Statistical Stories is a website to help people learn about statistics, data science, and machine learning using simple stories and interactive visualizations.
To deploy a local version of the website:
# Create a virtual environment
python3 -m venv venv
# Install all of the dependencies
pip3 install -r requirements.txt
# Run the website locally
python3 app.py
Feel free to create a github issue or send me an email at [email protected] if you see anything wrong with the website or would like me to add/change something.