Skip to content

Built price estimator for multiple domains! Predict item prices using ML with my 1st uni project.

License

Notifications You must be signed in to change notification settings

Raufjatoi/Multi-domain-price-estimator

Repository files navigation

Multi-Domain Price Estimator

Overview

The Multi-Domain Price Estimator is a Flask-based web application that predicts prices for various domains, including cars, laptops, houses, and mobile phones. It utilizes machine learning algorithms such as scikit-learn, train-test split, linear regression, and gradient descent.

Features

  1. Domain-Specific Prediction: Users can input relevant features (e.g., car model, laptop specifications, house details) to get accurate price estimates.
  2. User-Friendly Interface: The web app provides an intuitive interface for users to interact with the prediction model.
  3. Scalability: The project can easily accommodate additional domains or features.

Installation and Usage

  1. Clone the Repository:

git clone https://github.com/raufjatoi/multi-domain-price-estimator.git

  1. Install Dependencies:

pip install -r requirements.txt

  1. Run the App:

python app.py

  1. Access the App: Open your web browser and navigate to http://localhost:5000.

Project Structure

  • app.py: Main Flask application.
  • templates/: HTML templates for different domains.
  • static/: CSS and JavaScript files for styling.
  • models/: Machine learning models (e.g., linear regression).
  • data/: Sample data for training and testing.

Contributing

Feel free to contribute by adding new domains, improving the UI, or enhancing the prediction models. Follow the guidelines in contribute.md.

Acknowledgments

  • Inspired by open-source projects and the developer community.

License

This project is licensed under the MIT License. See LICENSE for details.

Contact

For any questions or feedback, reach out to me at raufpokemon00@gmail.com

About

Built price estimator for multiple domains! Predict item prices using ML with my 1st uni project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published