This is a collection of Streamlit applications that are making use of Cloudflare Workers AI
This, like all of us, is a Work in Progress.
Copy .streamlit/secrets.toml.example to .streamlit/secrets.toml.
python -m venv venv
source ./venv/bin/activate
python -m pip install -r requirements.txtStreamlit applications can be started like so:
python -m streamlit run Hello.py