Skip to content

🚘 Car-Choice πŸš” is a used car price prediction web app.

License

Notifications You must be signed in to change notification settings

ashishsahu1/carChoice

Repository files navigation

πŸ“Œ About

Car-Choice is a old car price prediction web app. This web app takes inputs like distance traveled, age, current market price from the user and then predict the estimated selling price.

Input Features

  • Name
  • Current Market Price
  • Distance Travelled
  • Age
  • Number of last owners
  • Type of fuel
  • Transmission type
  • Seller type (Dealer/Owner)

The model used is tree based regression model RandomForestRegressor.

πŸ“Œ Setup

  • Clone the carChoice repository

      git clone https://github.com/ashishsahu1/carChoice.git
    
  • Create new environment

      conda create -n env_name python=3.6
    
  • Install packages from requirement.txt

      conda install --file requirements.txt
    
  • run app

      python app.py
    


πŸ“Œ Deployed webapp

  • Deployed Server : Heroku
  • Web-app : LIVE

πŸ“Œ ScreenClips

πŸ’™ THANK YOU πŸ’™

Releases

No releases published

Packages

No packages published

Languages