/Car-Price-Prediction

Machine Learning Project for Selling price prediction of Car

Primary LanguageJupyter NotebookMIT LicenseMIT

Car-Price-Prediction

Second Hand Car Cost Price Prediction. Project is completed using Machine Learning. Project backend Python Notebook Conneted with Html file using Anaconda

How to execute

  1. Download Anaconda and Project
  2. Open anaconda Prompt and create new environment using ( conda create -n myenv python=3.6 )
  3. Using cd command navigate to project location
  4. Run app.py File Using python app.py
  5. Open browser and search http://127.0.0.1:5000
  6. Enter the required Details and you will Get Your Output

Platforms Used

  1. Google Colab
  2. Anaconda
  3. Spyder IDE

Dataset

  1. File Location: Car Price Prediction/CAR DETAILS FROM CAR DEKHO.csv
  2. Kaggle Link https://www.kaggle.com/nehalbirla/vehicle-dataset-from-cardekho

Front End File

Location: Car Price Prediction/templates/index.html

Machine Learning Code Location

Car Price Prediction/CarPricePrediction.ipynb

To Instsall all the requirements Run requirements.txt file