This repo holds the data, code, and drafts for a research project looking into how artificial intelligence and digital infrastructure affect SME lending and economic growth in Nigeria.
# AI & Economics Research: Nigeria
This repo holds the data, code, and drafts for a research project looking into how artificial intelligence and digital infrastructure affect SME lending and economic growth in Nigeria.
## Project Structure
- `datasets/`: Raw CSV data pulled from the World Bank.
- `notebooks/`: Python scripts/notebooks for correlation analysis.
- `figures/`: The output charts from the analysis.
- `paper/`: The working drafts of the actual research paper.
- `docs/`: The source code for the GitHub pages site summarizing the project.
- `presentation/`: Slide deck outlines.
## How to run the analysis
1. Make sure you have pandas, seaborn, and matplotlib installed.
2. Run `python notebooks/data_analysis.py` from the root of the project to spit out the correlation matrix and generate the heatmaps.