This project predicts India's Gross Domestic Product (GDP) using machine learning models. The dataset contains historical GDP data, and a linear regression model is used to forecast future GDP based on past trends.
Snapshot 1: The homepage where users can input a year to predict India's GDP.
Snapshot 2: The result page showing the predicted GDP for the entered year.
You can access the repository for this project here.
git clone https://github.com/AFFANALAM07/India-s-GDP-Prediction
cd india-gdp-prediction
pip install -r requirements.txt
python app.py