@@ -10,11 +10,13 @@ Link to repository: https://mygit.th-deg.de/assistance-systems1/laptop-price-pre
A Machine Learning Model to predict laptop price based on user requirement. This project uses Random Forest Regression Model to train on a given dataset. Interactive GUI is developed using PyQt6.
A file import is to be done using the file menu from the local device named laptopsdata.csv and after that the user should enter the specifications in the app and click on Get Recommendation button and the price is generated under the under with the other metrices such as MSE, RMSE, R-squared value and MAE is seen. Scatter plot, histogram , pairplot and heatmap are generated for data and user visualizations. Price is generated in Rupees.
# Installation
1. Clone the repository.
2. Create a virtual environment: `python -m venv venv`
3. Activate the virtual environment: `source venv/bin/activate` (Linux/Mac) or `venv\Scripts\activate` (Windows)
3. Activate the virtual environment: `source venv/bin/activate` (Linux/Mac) or `.\venv\Scripts\activate` (Windows)