Skip to content

Krishguptaaa/GDP-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌍 GDP Prediction App

A simple and interactive web application built with Streamlit that predicts a country's GDP based on economic indicators using a CatBoost Regressor.

Open in Streamlit


🧠 What it does

  • Takes real-time input of economic features
  • Loads a trained .cbm CatBoost model
  • Predicts the GDP (in USD πŸ’΅) with a click

πŸ“Œ Features

  • ✨ Clean UI with number sliders and input fields
  • πŸ” Handles negative inputs where appropriate
  • πŸ“¦ Lightweight and fast CatBoost model
  • 🎯 Returns rounded predictions in currency format

πŸ› οΈ Technologies Used

  • Python 🐍
  • Streamlit
  • Pandas
  • CatBoost

πŸ§ͺ How to Use Locally

  1. Clone this repo:

    git clone https://github.com/your-username/gdp-predictor.git
    cd gdp-predictor
    
  2. Install Dependencies: pip install -r requirements.txt

  3. Run the app: streamlit run src/app.py

About

A simple Streamlit web app that predicts a country's GDP based on inputs like inflation, FDI, and interest rate using a trained CatBoost Regressor. βœ… Real-time predictions with a user-friendly interface. πŸ“¦ Model trained on real economic data and saved in .cbm format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors