This repository hosts all the necessary resources for the project titled "Health, Poverty, and Education in Nepal Districts"
.
"notebook.ipynb"
: Jupyter Notebook where all the analysis is performed."libraries/utils.py"
: Python file containing functions used in"notebook.ipynb"
.
All data used in this project is located in the "data" folder.
"images"
: Directory containing images used in the report."report"
: Directory containing the report of the study in PDF format.
Prerequisites: Ensure Python 3.13.0 is installed on your machine. Other versions might work, but this project was developed with 3.13.0.
1. Create and Activate a Virtual Environment
Create a Virtual Environment in the root directory of this project by running the following commands:
- For Windows:
python -m venv .venv
.venv\Scripts\activate
- For macOS/Linux:
python3 -m venv .venv
source .venv/bin/activate
2. Install Required Packages
When the virtual environment is activated, install all necessary packages by running:
pip install -r requirements.txt
To run the notebook and recreate results:
- Execute the Jupyter Notebook:
"notebook.ipynb"
- Veron Hoxha. For questions or collaborations, contact: veho@itu.dk / veron.hoxha@yahoo.com
This project is licensed under the MIT License.