/Data_Analysis_Project

Primary LanguageJupyter NotebookMIT LicenseMIT

Data_Analysis_Project

Project Description

This project shows the analysis of the data of World Economic Outlook Database from International Monetary Fund (IMF) website.

Features

Getting Started

  1. Clone this repository using the command:
git clone git@github.com:yuvenalmash/Data_Analysis_Project.git
  1. Navigate to the folder:
cd Data_Analysis_Project
  1. Install the required packages:
pyton3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

API

To run the API:

cd api
python3 app.py

To run the tests:

python3 test_app.py

API Endpoints

  • POST /predict_gdp_per_capita
    • Parameters:
      • "continent": string
      • "Population": float
      • "gross_national_savings": float
      • "features": list of strings
    • Returns:
      • "gdp_per_capita": float