The code for Disaster Watch dashboard install flask and python-dotenv
create a new file called .env and add the following line in it
OPEN_AI_KEY = 'your open ai key ' SERPAPI_API_KEY = 'your serpapi key'
run the app.py file
open the link in the browser