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:

  1. Clone the repository: git clone https://github.com/moshesham/Data-Science-Analytical-Handbook.git
  2. Install dependencies: pip install -r streamlit_app/Product_Analytics/requirements.txt
  3. Launch: cd streamlit_app/Product_Analytics && streamlit run streamlit_app.py
  4. Open http://localhost:8501 in 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
5 mins All Levels