Skip to content

The Model is used to predict the laptop prices based on given features

Notifications You must be signed in to change notification settings

mebi-ali/Laptop_Price_Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laptop Price Predictor

This is a machine learning project which takes laptop specifications and predicts the price of laptop on given specifications.

Tools and Softwares Requirement

  1. Github Account
  2. VsCodeIDE
  3. GitCLI

Create a new enviroment.


conda create -n venv


Download files and paste into venv and run the follwing command in terminal.


pip install -r requirement.txt


Finally, run the app using streamlit, paste below command in terminal.


streamlit run app.py


Releases

No releases published

Packages

No packages published