Skip to content

A machine learning predictive project which analyzes laptop specifications to accurately estimate laptop prices using ensembling models

Notifications You must be signed in to change notification settings

pinkelephant4/Laptop-Price-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laptop Price Prediction Project

A Machine Learning predictive project which analyzes diverse laptop specifications to accurately estimate laptop prices using ensemble learning methods.

Feel free to explore the details in the Jupyter Notebook and interact with the deployed model on our website.

Overview

This is a learning project which was built along with a youtube video showing the basics of an ML project.It delves into the complex interplay of features, brand dynamics, and technical specifications to provide a comprehensive exploration of laptop pricing.

Demo

You can find the deployed model here.

Steps

  • Dataset imported and cleaned.
  • Features engineered and insights gained using EDA.
  • Relevant festures used for modelling and ML models employed to predict laptop prices.
  • Ensemble methods like Random Forest and Voting Regressor demonstrated superior accuracy.
  • Model Deployed using pickle and Streamlit used for creating UI.
  • Website deployed using Render.

Find all the code in the laptop-price-predictor.ipynb file.

Installation

  • Clone the project

  • Navigate into the project folder

  • To install dependencies run

    pip install -r requirements.txt
  • To serve on localhost run

    streamlit run app.py

Links

portfolio linkedin twitter

About

A machine learning predictive project which analyzes laptop specifications to accurately estimate laptop prices using ensembling models

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published