/Auto-Value-Pro

A car price prediction model which utilises various supervised machine learning algorithms to predict the price of a used car.

Primary LanguageJupyter NotebookMIT LicenseMIT

Auto Value Pro: A Vehicle Valuation Wizard

Auto Value Pro is a Streamlit web application that predicts the price of a car you want to sell or buy. It provides a user-friendly interface to input details about the car and uses machine learning algorithms for price prediction.

Features

  • Predict car prices based on various input parameters.
  • Simple and intuitive user interface.
  • Modular code structure for better organization.
  • Integration with Streamlit for web-based deployment.

Project Preview:

Screenshot 2024-01-07 at 5 21 47 PM

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/auto-value-pro.git
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the Streamlit app:

    streamlit run main_app.py
  4. Open the provided URL in your browser to use the application Auto Value Pro.

License

This project is licensed under the MIT License.