Link to Static Website: https://ayeshanaime003.github.io/DisasterWatch/
Note: Use username and password "dell" to view the site
In the face of increasing natural disasters such as floods, wildfires, and hurricanes, real-time monitoring of affected areas is crucial for emergency response, relief coordination, and damage assessment.
DisasterWatch simplifies disaster assessment by providing an easy-to-use platform that allows users to upload satellite imagery of affected areas. Users can see the statistic of the disaster using the dashboard and see details of the regions using the map. Powered by Django, Mapbox, and GDAL, DisasterWatch enables fast, accurate disaster response and helps authorities and communities make informed decisions during critical moments.
- Login and logout
- Regular diaster related news
- Admin panel
- Admin Priveleges: adding, editing the role of other users and deleting users and view login history of all users
- User can change their profile
- User can view their previous dashboards
- User can upload satellite images for the segmentation model: shows dahsboard and map
- Django
- Rasterio
- Nominatim
- SQlite
- Python
git clone https://github.com/AyeshaNaime003/DisasterWatch.gitpython -m venv env
env/scripts/activate
pip install -r requirementspython manage.py migratepython manage.py runserverDisasterWatch won 2nd position in the NUST's Industry Adjudged 2024 Open House

