- Clone Repository
git clone https://github.com/Kahfii/E-Commerce-Data-Analysis.git
cd E-Commerce-Data-Analysis
- Create a Virtual Environment (Optional)
python -m venv env
env\Scripts\activate
- Install Dependencies
pip install -r requirements.txt
- Run Dashboard
streamlit run dashboard/dashboard.py