Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 609 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 609 Bytes

Python Workers AI Starter Kit

Installation

Copy your secrets file and add your credentials.

Get your credentials at dash.cloudflare.com, AI > Use REST API, Create a Workers AI API Token

cp .streamlit/secrets.toml.example .streamlit/secrets.toml
python -m venv venv
source ./venv/bin/activate
python -m pip install -r requirements.txt

Develop

python -m streamlit run app.py

More resources