Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.21 KB

File metadata and controls

20 lines (19 loc) · 1.21 KB

Used Car Prediction App

This app is a web-based tool for predicting the price of used cars. It uses a machine learning model trained on a dataset of used car listings to make predictions.

How to use the app

Go to the app's URL in your web browser. Fill in the form with the relevant information about the used car that you want to predict the price for (e.g., make, model, year, mileage, etc.). Click the "Predict" button. The app will display the predicted price of the used car.

Technologies used

Flask: a microweb framework for Python Bootstrap: a front-end framework for styling and layout Pandas: a library for data manipulation and analysis scikit-learn: a library for machine learning

How to run the app locally

Clone the repository to your local machine. Install the required libraries by running pip install -r requirements.txt. Set the Flask environment variables by running export FLASK_APP=app.py and export FLASK_ENV=development. Run the app by running flask run. Go to http://localhost:5000 in your web browser to access the app.