AI-powered snakebite emergency response system for Sub-Saharan Africa
# SnaKTox - AI-Powered Snakebite Emergency Response System
[ ]
SnakTox PitchDeck
## π Project Overview
SnaKTox is a comprehensive, AI-powered platform dedicated to snakebite awareness, prevention, and emergency response. Built with verified medical data from WHO, CDC, and KEMRI. It bridges the gap between field responders, hospitals, and the public through a unified, secure system. This project is in alignment with SDG 3 that promotes healthy lives and well being for all.
### Mission
To save lives by combining verified medical data, artificial intelligence, and community education to reduce snakebite mortality and disability in Sub-Saharan Africa.
### Key Features
- π₯ **Hospital Network**: Verified treatment centers with real-time antivenom availability
- π¨ **Emergency SOS**: GPS-based emergency reporting with nearest hospital routing
- π€ **AI Detection**: Snake species recognition and first-aid chatbot
- π **Education Portal**: WHO/CDC-verified awareness and prevention content
- π **Analytics Dashboard**: Data-driven insights for policymakers and researchers
## ποΈ Architecture
### Tech Stack
- **Frontend**: Next.js 14 + Tailwind CSS + ShadCN/UI
- **Backend**: NestJS + Prisma ORM + MongoDB
- **AI Service**: Python FastAPI + Machine Learning models
- **Mobile**: Flutter (Phase 4)
- **Infrastructure**: Docker + GitHub Actions CI/CD
### Monorepo Structure
```
snaktox/
βββ apps/
β βββ web/ # Next.js frontend
β βββ backend/ # NestJS backend API
β βββ mobile/ # Flutter app (Phase 4)
βββ services/
β βββ ai-service/ # Python FastAPI ML service
βββ prisma/
β βββ schema.prisma # Database schema
β βββ seed/ # Verified seed data
βββ docs/
β βββ architecture/ # System documentation
β βββ changelogs/ # Version history
βββ .github/workflows/ # CI/CD pipelines
```
## π± Screenshots
### Homepage - Light Theme
### Homepage - Dark Theme
### AI Snake Detection
### Emergency Response
## β¦