Logo Lanfrica

ananomri/QuickHelp

Domaine:

natural language processing

Type de record:

software
Créateur:
Ana
Hôte:
Local mutual-aid platform for Tunisia — FastAPI + Next.js + AI agent (Mistral Saba) that understands Tunisian Darija. ISIMM Intern Explorer 2026. # QuickHelp 🤝 QuickHelp is a hyperlocal assistance platform designed for the Tunisian context. It connects people who need help with nearby individuals who can provide it, using geolocation and AI. The platform leverages a local language-aware AI (Darija/Arabic/French) to understand requests, match them with the most relevant helpers, and facilitate the entire process—from request creation to payment and rating. Technically, it is built with a modern stack (FastAPI, Next.js, microservices architecture) to ensure scalability, real-time interaction, and a smooth multilingual user experience. ## Quick start ```bash # 1. Clone & enter git "clone github.com" quickhelp && cd quickhelp # 2. Copy env template and add your keys cp .env.example .env # Edit .env — set ANTHROPIC_API_KEY and a JWT_SECRET # 3. Boot everything docker compose up --build # 4. Open # Frontend → localhost # Backend docs → localhost ```