A simple static web application that visualizes yearly trends of annual rainfall and leverages a machine learning model to predict potential water scarcity based on rainfall patterns. The project aims to provide insightful data visualization alongside predictive analytics to aid in water resource management.
- Front End: Streamlit
- Backend: Streamlit
- Visualization: Matplotlib
- Machine Learning: Scikit-Learn
- Clone the repository
git clone https://github.com/viabledev/wave-of-awareness.git
- Run the app
cd wave-of-awarenesspip install -r requirements.txt
streamlit run app.py
/wave-of-awareness
├── app.py # Main webapp
├── model/
├── model.py # Training the model
├── .pkl # Weight File
├── requirements.txt # Dependencies File
└── README.md
- Suggestions, Contributions and Improvements are welcome.
- Feel free to fork and submit pull requests.