Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 593 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 593 Bytes

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