New Project: Laptop Price Prediction
I’ve recently built a Machine Learning web application that predicts laptop prices based on their specifications.
Tech Stack:
Backend: Python, Scikit-learn, XGBoost, Flask
Frontend: HTML, CSS, JavaScript
Data preprocessing with feature engineering, encoding, and scaling
The app allows users to input laptop specs such as brand, RAM, CPU, GPU, storage, and screen size, and instantly get the predicted price.
This project helped me practice data preprocessing, model building, and deploying ML models with Flask. It also gave me hands-on experience in combining ML with web development.