A mini project using Flask and RandomForest classifier which predicts the price of your used car.
- [Flask] - Backend for light weight apps
- [Heroku] - awesome for quick deployment
$ git clone https://github.com/vishal2106/CarPrice_Prediction.git
$ cd CarPrice_Prediction
$ pip install -r requirements
$ python app.py
- Improve UI using React.js
- Make a more robust DL model
- Productionize the app using Docker