Logo Lanfrica

OKOLIMO-Joseph/Check-It-Ug

Domain:

natural language processing

Record type:

softwaretools
Creator:
OKO
Host:
AI-powered misinformation detector for Uganda πŸ‡ΊπŸ‡¬ | Fact-check WhatsApp forwards, SMS, and web claims with Gemini AI # Check-It-Ug AI-powered misinformation detector for Uganda πŸ‡ΊπŸ‡¬ | Fact-check WhatsApp forwards, SMS, and web claims with Gemini AI # CheckIt UG β€” Combat misinformation in Uganda with AI **CheckIt UG** is a free, AI-powered fact-checking platform designed specifically for Uganda. It helps citizens verify suspicious WhatsApp forwards, SMS messages, and online claims using Google's Gemini AI and credible local sources. ## 🎯 Why this matters Misinformation spreads rapidly on WhatsApp in Uganda, affecting elections, health decisions, and public safety. CheckIt UG provides an accessible tool to fight backβ€”no technical skills required. ## ✨ Features - **πŸ€– Free AI fact-checking** using Google Gemini (free tier) - **🌍 Multi-language support** – English, Luganda, & Runyankole - **πŸ“± Multiple channels** – Web app, WhatsApp bot, & SMS - **⚑ Smart caching** – 6-hour cache for repeated claims - **πŸ“Š Admin dashboard** – Track misinformation trends - **πŸ” Source transparency** – Always shows evidence sources - **🎨 Modern UI** – Built with Next.js 14 & Tailwind CSS ## πŸ› οΈ Tech Stack - **Frontend**: Next.js 14, TypeScript, Tailwind CSS, Recharts - **Backend**: FastAPI (Python 3.11), PostgreSQL, Redis - **AI**: Google Gemini 1.5 Flash (free tier) - **Messaging**: Twilio (WhatsApp), Africa's Talking (SMS) - **DevOps**: Docker Compose, GitHub Actions CI/CD ## πŸš€ Quick Start ```bash # Clone the repo git clone github.com # Set up environment cp .env.example .env # Add your GEMINI_API_KEY to .env # Launch with Docker docker-compose up -d # Open localhost