This is the end to end project of Nepal's climate analysis and temperature forecasting. The model is trained in google colab and deployed using django web framework.
Interval of data collection: Daily basis
No of Districts: 62 (Some districts are not mentioned in the dataset)
It's a time series forecasting activity where the analysis is done for every districts mentioned but the prediction and forecasting of temperature is done for only Kathmandu district.
pip3 install statsmodels
pip3 install django
pip3 install dill
pip3 install numpy
pip3 install pandas
pip3 install prophet
python manage.py runserver