Skip to content

Instantly share code, notes, and snippets.

@ashhadulislam
Last active February 12, 2022 12:12
Show Gist options
  • Save ashhadulislam/8ed6c0ac6d267e993a58abe1b6eb8f70 to your computer and use it in GitHub Desktop.
Save ashhadulislam/8ed6c0ac6d267e993a58abe1b6eb8f70 to your computer and use it in GitHub Desktop.
import os
import streamlit as st
import numpy as np
from PIL import Image
# Custom imports
from multipage import MultiPage
# Create an instance of the app
app = MultiPage()
# Title of the main page
st.title("Satellite Image based Disaster Analysis")
st.text("Disaster Affected Or Not: To detect if an area has been hit by a disaster")
# The main app
app.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment