The Laptop Price Predictor is a web application that predicts the price of a laptop based on its features. By selecting the company, laptop type, display type, display size, processor, RAM, storage, GPU, operating system, and weight of the laptop, users can get an estimate of its price.
- Easy-to-use interface
- Wide range of laptop features to choose from
- Accurate price prediction based on machine learning algorithms
Check out the live demo of the Laptop Price Predictor: Laptop Price Predictor Demo
To run the Laptop Price Predictor locally, follow these steps:
- Clone the repository:
git clone https://github.com/Alex19578/laptop-price-predictor.git
- Navigate to the project directory:
cd laptop-price-predictor
- Install the required dependencies:
pip install -r requirements.txt
- Start the application:
python app.py
- Open your web browser and visit http://localhost:5000 to access the Laptop Price Predictor.
The Laptop Price Predictor is built using the following technologies:
- Python
- Flask (Python web framework)
- HTML
- CSS
Contributions are welcome! If you find any bugs or have suggestions for improvements, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
- The Laptop Price Predictor was inspired by the need for a tool to estimate laptop prices accurately.
- Special thanks to the contributors who helped in the development of this project.
For any inquiries or feedback, please contact,
Note: This project is for educational and demonstration purposes only. The predicted prices may not reflect actual market prices.
Feel free to copy and paste it into your code editor or text editor of choice