Live Link : https://aqua-shield.vercel.app/
Welcome to the Flood Prediction System, an intuitive web application that predicts flood likelihood based on various environmental and infrastructural factors. This project leverages modern web technologies and machine learning to provide accurate flood predictions to aid in disaster preparedness and management.
- 🌐 Real-time Flood Predictions: Enter 20 different environmental factors to get instant flood predictions.
- 🎨 Beautiful UI: A sleek, responsive design with a calming water-themed background.
- 🔔 Notifications: Get instant feedback on the status of your predictions with toast notifications.
- 🛠️ Error Handling: Robust error handling ensures the app gracefully manages unexpected scenarios.
- Frontend: React, Tailwind CSS, Toastify
- Backend: FastAPI (for the prediction API)
- Networking: Axios for API calls
.
├── public
│ ├── index.html
│ └── ...
├── src
│ ├── pages
│ │ ├── Header.js
│ │ ├── HomePage.js
│ │ └── PredictPage.js
│ ├── animations.css
│ ├── App.js
│ ├── index.js
│ └── ...
└── README.md