Logo Lanfrica

moonchild01p/USAII_hackathon-

Domaine:

socioeconomic

Type de record:

softwareproject
Créateur:
moo
Hôte:
An AI-powered decision copilot that helps policymakers in Nigeria and Algeria assess AI readiness, simulate investments, and plan responsibly for the AI era. # AI Readiness Copilot AI Readiness Copilot is an AI-powered decision-support platform designed to assess and compare AI readiness across countries using real-world indicators and explainable analytics. This project currently focuses on **Nigeria 🇳🇬 and Algeria 🇩🇿**, integrating multi-source public datasets to evaluate readiness across key sectors and provide policy insights through an AI assistant. --- ## Overview Governments and policymakers often struggle to convert large amounts of fragmented data into actionable insights. AI Readiness Copilot addresses this by: - Collecting indicators from trusted public sources - Computing sector-level readiness scores - Comparing countries side by side - Providing AI-generated explanations and recommendations - Simulating investment and policy scenarios --- ## Features ### Dashboard - Country comparison: Nigeria vs Algeria - Overall AI readiness score - Sector-level readiness scores: - Education - Workforce - Healthcare - Government - Infrastructure - Visual charts and analytics ### AI Assistant - Conversational chatbot - Policy recommendations - Country comparisons - Readiness explanations - Scenario analysis ### Multi-source Data Integration Data collected from: - World Bank - WHO Global Health Observatory - UNESCO UIS - ITU - Mo Ibrahim IIAG (governance indicators) ### Explainable AI - Confidence scores - Data source tracking - Stale-data detection - Human review guardrails --- ## System Architecture ```text Public Data Sources (World Bank / WHO / UNESCO / ITU / IIAG) ↓ Data Collection Layer ↓ Data Cleaning & Processing ↓ AI Readiness Scoring Engine ↓ Flask Backend API ↓ Dashboard + AI Chat Interface ↓ Mistral AI Model ``` --- ## Tech Stack ### Frontend - HTML - CSS - JavaScript - Dashboard UI ### Backend - Flask - Flask-CORS ### Data Processing - Python - Requests - OpenPyXL ### AI - Mistral API ### Deployment - GitHub - Netlify --- ## Project Structure ```text AI_Readiness_Copilot/ │ ├── app.py …