This is a web application that predicts the price of a car using a decision tree model and a TensorFlow model.
- Input car details such as make, model, year, mileage, etc.
- Predict the price of the car based on the input features.
- Compare predictions from both the decision tree and TensorFlow models.
-
Clone the repository:
git clone https://github.com/MarioMarkov/cars_predict_web.git cd car-price-prediction
-
Install packages
pip install -r requirements.txt
-
Run
python app.py