PrepGraph-Backend / README.md
07Codex07's picture
Set SDK to Docker in metadata
0fa2d53
---
title: PrepGraph Backend
emoji:
colorFrom: blue
colorTo: purple
sdk: docker
app_port: 7860
pinned: false
license: mit
---
# 🧠 PrepGraph Backend
This Space hosts the **PrepGraph backend** powered by FastAPI and Groq.
It runs inside a Docker container and exposes endpoints such as `/chat` and `/health`.
## 🚀 Run locally
```bash
uvicorn main_api:app --host 0.0.0.0 --port 7860