https://github.com/ykbintang/ecommerce-dashboard
https://github.com/ykbintang/ecommerce-dashboard
data-analysis python streamlt-cloud-deploy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ykbintang/ecommerce-dashboard
- Owner: ykbintang
- Created: 2025-03-29T10:34:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-16T15:33:20.000Z (about 1 year ago)
- Last Synced: 2025-04-16T22:53:28.987Z (about 1 year ago)
- Topics: data-analysis, python, streamlt-cloud-deploy
- Language: Jupyter Notebook
- Homepage: https://ecommerce-dashboard-v1-0.streamlit.app
- Size: 61.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup Environment - Anaconda
conda create --name ds-project python=3.9
conda activate ds-project
pip install -r requirements.txt
## Setup Environment - Shell/Terminal
mkdir data_analysis_project
cd data_analysis_project
pipenv install
pipenv shell
pip install -r requirements.txt
## Run Streamlit App
streamlit run dashboard.py