https://github.com/rishav-raj-sinha/drought-predictor
This repository contains a machine learning model developed in Python using pandas, Matplotlib, and various algorithms to predict the possibility of drought in a region.
https://github.com/rishav-raj-sinha/drought-predictor
Last synced: 4 months ago
JSON representation
This repository contains a machine learning model developed in Python using pandas, Matplotlib, and various algorithms to predict the possibility of drought in a region.
- Host: GitHub
- URL: https://github.com/rishav-raj-sinha/drought-predictor
- Owner: Rishav-Raj-Sinha
- Created: 2024-03-23T13:24:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-03T17:34:22.000Z (about 1 year ago)
- Last Synced: 2025-01-01T01:25:59.849Z (6 months ago)
- Language: Python
- Homepage:
- Size: 44.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Name: Arid-Insight
---
## Overview:
This project aims to predict the Standardized Precipitation Index (SPI12) for the next year using historical precipitation and SPI data. Additionally, it offers language selection functionality, allowing users to choose from multiple Indian languages for the interface. The translations are provided using the Googletrans Python library. The frontend of the application is developed using Streamlit, offering a user-friendly web app experience. Furthermore, the project integrates map visualization using Folium.## Features:
- Prediction of SPI12 for the next year based on historical data using FbProphet.
- Language selection for the interface, supporting various Indian languages.
- Translation of interface elements using the Googletrans Python library.
- User-friendly web app interface built with Streamlit.
- Integration of map visualization using Folium for enhanced data representation.
- Utilization of Pandas and Scikit-learn for data processing and machine learning tasks.## Dependencies:
- Pandas: Data manipulation and preprocessing.
- Scikit-learn: Machine learning model training and prediction.
- Streamlit: Web app development framework for creating the frontend.
- Folium: Python library for map visualization.
- Googletrans: Python library for language translation using Google Translate.