Product Analytics Streamlit App
Live app showcasing interactive analytics demos from this handbook.
Run Locally
This app is not currently deployed to a public URL. To run it locally:
- Clone the repository:
git clone https://github.com/moshesham/Data-Science-Analytical-Handbook.git - Install dependencies:
pip install -r streamlit_app/Product_Analytics/requirements.txt - Launch:
cd streamlit_app/Product_Analytics && streamlit run streamlit_app.py - Open
http://localhost:8501in your browser
See streamlit_app/README.md for optional Streamlit Cloud deployment instructions.
What's Inside
- Code:
streamlit_app/Product_Analytics/ - Data sources:
streamlit_app/Product_Analytics/data/ - Utilities:
streamlit_app/Product_Analytics/utils/ - Features: A/B testing, time series, economic dashboard, and more