This project predicts whether it will rain or not based on weather parameters using a Machine Learning model integrated into a Django web application.
Predicts rainfall using key weather features:
Precipitation
Maximum Temperature
Minimum Temperature
Wind Speed
Machine Learning model built using Logistic Regression.
Django-based web app for user interaction.
Simple UI to input weather data and get predictions.
Programming Language: Python
Frameworks/Libraries:
Django
Scikit-learn
Pandas, NumPy
HTML, CSS (for frontend UI)