/image-model-streamlit-workers-ai

A Streamlit based starter kit to use Cloudflare Workers AI

Primary LanguagePython

Image Model Cloudflare Workers AI Streamlit starters

This is a collection of Streamlit applications that are making use of Cloudflare Workers AI

YouTube - Image Generation, Inpainting, and Vision Models

This, like all of us, is a Work in Progress.

Installation

Copy .streamlit/secrets.toml.example to .streamlit/secrets.toml.

python -m venv venv
source ./venv/bin/activate
python -m pip install -r requirements.txt

Run

Streamlit applications can be started like so:

python -m streamlit run Hello.py