Spaces:
Sleeping
Sleeping
GitHub Actions Bot commited on
Commit ·
590474d
1
Parent(s): 7f99b5c
Deploy backend from GitHub Actions
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Reddit Hack 2026
|
| 3 |
+
emoji: 🛡️
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: gray
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Guardian AI Moderator Backend
|
| 12 |
+
|
| 13 |
+
This is the FastAPI python backend for the Guardian AI Moderator Reddit Application. It is deployed as a Docker container on Hugging Face Spaces.
|
| 14 |
+
|
| 15 |
+
## Architecture
|
| 16 |
+
- **Framework**: FastAPI
|
| 17 |
+
- **Database**: SQLite (SQLModel + aiosqlite)
|
| 18 |
+
- **AI Models**: Google Gemini 1.5 Flash (for toxicity & escalation checks) & text-embedding-004 (for duplicates detection)
|