Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.13 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.13 KB

Problem Description

The objective of this project are analyze laptop prices in 2023 based on data scraped from multiple websites and predict a product's price from a given set of input

  • Input: Brand, CPU, GPU, RAM, Storage,...

  • Output: Price

  • Demo:

  • Results:

Installation

  1. Open terminal and clone the project

    https://github.com/dncq/laptop-prices-analysis.git
    
  2. Open terminal and install libraries

    pip install requirements.txt
    
  3. Run Streamlit on /laptop-prices-analysis>

    streamlit run main.py
    

Note

If you have trouble installing streamlit library, please refer to this tutorial

Contributions

Name Student ID Email
Dinh Nguyen Cong Quy (C) 20214927 [email protected]
Le Tuan Anh 20214874 [email protected]
Vu Tuan Minh 20210597 [email protected]
Bui Minh Quang 20214925 [email protected]
Phan Dinh Truong 20214937 [email protected]

References