MindWatch Africa is a community-driven system for reporting AI psychological harms and converting real-world harm narratives into AI safety benchmark prompts.
- backend: FastAPI API, storage, processing pipeline
- frontend: Dashboard for submission, monitoring, and benchmark visibility
- ABOUT.md: Project proposal and concept document
- cd backend
- pip install -r requirements.txt
- uvicorn app.main:app --reload
- cd frontend
- python -m http.server 5173
- Open http://127.0.0.1:5173
Voice or text report -> cleaning/anonymization -> language detection -> harm classification -> benchmark generation -> dashboard analytics