Skip to content

MarioMarkov/car-price-prediction-flask

Repository files navigation

Car Price Prediction App

This is a web application that predicts the price of a car using a decision tree model and a TensorFlow model.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/MarioMarkov/cars_predict_web.git
    cd car-price-prediction
  2. Install packages

    pip install -r requirements.txt
  3. Run

python app.py

About

Flask App that serves a Decission Tree model for car price prediction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published