Skip to content

LimJY03/WIE2003_UM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIE2003_UM

The Google Colab notebook where we perform most of our data analysis and model training is linked here.

To run the Streamlit App, paste the following in the terminal:

streamlit run app.py

If you are running from terminal in GitHub Codespaces, paste the following:

streamlit run app.py --server.enableCORS false --server.enableXsrfProtection false