Skip to content

Arup3201/Weather-Forecasting-Web-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web-Based Weather Forecasting App

This project entails developing a Django-based web application for weather forecasting. Users input their location to view a 5-day weather forecast with intuitive visualization. By leveraging machine learning algorithms trained on historical weather data, the application provides accurate predictions. The benefits include empowering users with accessible and reliable weather information for planning activities. Through seamless integration of Django backend and frontend technologies, the project aims to deliver a user-friendly and informative weather forecasting experience.

Dataset Description: Dataset Link

I took some reference from these papers-

I am planning to use the OpenWeatherMap API to get the current weather conditions and show it on the front-end. Also, I am getting the previous N-Days weather condition data to put in the model and get the 5-days forecasting.

API call to get current weather conditions: Link to API call.

API call to get previous wather conditions: Link to API call.

About

Developed a django based web application for weather forecasting where users input their location and the application shows the 5-days weather forecasting with intuitive visualizations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors