Using Machine Learning Algorithm we studied the Kaggle dataset of Laptop Price with over 11 parameters
- Company- String -Laptop Manufacturer
- TypeName -String -Type (Notebook, Ultrabook, Gaming, etc.)
- Inches -Numeric- Screen Size
- ScreenResolution -String- Screen Resolution
- Cpu- String -Central Processing Unit (CPU)
- Ram -String- Laptop RAM
- Memory -String- Hard Disk / SSD Memory
- GPU -String- Graphics Processing Units (GPU)
- OpSys -String- Operating System 10.Weight -String- Laptop Weight 11.Price - Numeric- Price (Rs)
Used Python modules such as sklearn , numpy to make the model and then integrated the frontend using pickle and streamlit modules of python