https://github.com/streamlit/example-app-ab-testing
https://github.com/streamlit/example-app-ab-testing
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/streamlit/example-app-ab-testing
- Owner: streamlit
- License: apache-2.0
- Created: 2021-10-14T19:40:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T12:23:12.000Z (9 months ago)
- Last Synced: 2025-03-31T06:04:13.165Z (3 months ago)
- Language: Python
- Size: 1.52 MB
- Stars: 29
- Watchers: 8
- Forks: 63
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://share.streamlit.io/streamlit/example-app-ab-testing/main)
# A/B Testing App
Upload your experiment results to see the significance of your A/B test!
## Installation :balloon:
```bash
git clone https://github.com/streamlit/example-app-ab-testing.git
cd example-app-ab-testing
pip install -r requirements.txt
```