This project is made using Machine learning model ( Linear Regression). This project was done for the sole purpose of learning.
- It's a Web applicaition developed using FLASK.
- This project takes the parameters of an used car like: Company name, Model name, Year of Purchase, Fuel Type and Number of Kilometers it has been driven.
You need to install python 3.x.x https://www.python.org/downloads/ \
pip install -U Flask
pip install -U scikit-learn
pip install pandas
pip install numpy
Clone the project
git clone https://github.com/RAJ6MAURYA/Car-prediction--linear-Model.git
Go to the project directory
cd Car-prediction--linear-Model
Install dependencies
pip install -U Flask\
pip install -U scikit-learn\
pip install pandas\
pip install numpy
Start the server
python application.py
open the file application.py and run the python file
Press and hold CTRL key and click on the IP address displayed in the terminal to open the application (eg: http://127.X.X.X:5000)