CoolFace
Apppublic

luli331/oppy_google

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes
README.md41 linesDownload Raw Back to root
1---2title: gemini3-opy3emoji: ๐Ÿค–4colorFrom: blue5colorTo: indigo6sdk: docker7pinned: false8license: mit9---10 11# gemini3-opy12 13[![Hugging Face Space](https://img.shields.io/badge/๐Ÿค—%20Space-gemini3--opy-yellow.svg)](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