This repository consists of files required for end to end implementation and deployment of Machine Learning Car Price Prediction web application created with Flask.
Dataset is used from kaggle. Data
To run the model
$ python3 model.py
To run the flask application
$ python3 app.py