- Class: ECOMMERCE - IS334.N21.TMCL
- Lecturer: Mr. Do Duy Thanh
- Streamlit: Streamlit is an open-source Python library that makes it easy to create and share beautiful, custom web apps for machine learning and data science.
- Framework: ScikitLearn
- Python Libraries: Numpy, Pandas, Pillow, Matplotlib,...
- Workflow:
- Step 1: Clone project and open by Visual Studio Code and open Terminal
- Step 2: Install necessary libraries (if your Local missing it, applogize for not writing requirement.txt) by command 'pip install [library_name]', eg: 'pip install numpy'.
- Step 3: Write command 'streamlit run Dashboard.py'
- Step 4: Done