Logo Lanfrica

khulthoom/Nigeria-AI-insight

Domain:

socioeconomic

Record type:

software
Creator:
khu
Host:
# πŸ‡³πŸ‡¬ Nigeria AI Insight Nigeria AI Insight is a Streamlit dashboard showcasing insights across various sectors in Nigeria using simplified public data. It highlights trends in power supply, market prices, transportation delays, education access, and social sentiment. --- ## πŸ” Features - ⚑ Power Supply trends by state and month - πŸ›’ Market Prices comparison by product and region - πŸš— Transportation delay analysis - πŸŽ“ Education enrollment statistics by level and state - πŸ’¬ Social media sentiment tracking by topic - πŸ€– Ask Insight: Type a question and get intelligent summaries --- ## πŸ“Š Datasets Used - `power_supply.csv` - `market_prices.csv` - `transport_delays.csv` - `education_access.csv` - `social_sentiment.csv` --- ## πŸš€ Run the App ### Online (Streamlit Cloud) Live Demo --- ### Local Setup ```bash git clone github.com cd Nigeria-AI-Insight pip install -r requirements.txt streamlit run naija_insight_dashboard.py