luli331/oppy_google
0
1---2title: gemini3-opy3emoji: ๐ค4colorFrom: blue5colorTo: indigo6sdk: docker7pinned: false8license: mit9---10 11# gemini3-opy12 13[](https://huggingface.co/spaces/luli331/gemini3-opy)14 15FastAPI backend for Oppy (Gemini + urgency scoring + SSE) on Hugging Face Spaces (Docker).16 17## Description18 19This Space runs the real backend app from `backend/main.py`.20 21Key routes:22- `GET /api/health`23- `GET /api/run` (SSE)24- `POST /api/chat` (SSE)25- `POST /api/tts`26 27## Files28 29- `main.py` โ thin entrypoint that imports `backend.main:app`30- `requirements.txt` โ Python dependencies31- `Dockerfile` โ container build/runtime32- `static/` โ static assets folder33 34## License35 36MIT37 38## Required Secret39 40Add `GOOGLE_API_KEY` in Space **Settings โ Variables and secrets**.41 