THESIS_DGO / app.py
HansGan
added models
2da2de4
import streamlit as st
st.set_page_config(
page_title="One-Class SVM Prototype",
)
st.title("Implementing Unsupervised SVM for Crowd Panic Detection in Video-Surveillance Scenes using Fused Pose- and Motion-Based Features")
st.write("A One-Class SVM Prototype for Crowd Panic Detection")
st.write("Thesis Proof of Concept by Group DGO of Mapua University")
st.sidebar.info("Please select a model from above 👆")