Spaces:
Sleeping
Sleeping
File size: 509 Bytes
590474d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ---
title: Reddit Hack 2026
emoji: 🛡️
colorFrom: red
colorTo: gray
sdk: docker
app_port: 7860
pinned: false
---
# Guardian AI Moderator Backend
This is the FastAPI python backend for the Guardian AI Moderator Reddit Application. It is deployed as a Docker container on Hugging Face Spaces.
## Architecture
- **Framework**: FastAPI
- **Database**: SQLite (SQLModel + aiosqlite)
- **AI Models**: Google Gemini 1.5 Flash (for toxicity & escalation checks) & text-embedding-004 (for duplicates detection)
|