An open API service indexing awesome lists of open source software.

https://github.com/streamlit/example-app-ab-testing


https://github.com/streamlit/example-app-ab-testing

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](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
```