Skip to content

shahar-dagan/GreatUniHack2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GreatUniHack2024

Frontend

Virtual Machine

  1. You need to have a virtual machine running to install the libraries
  2. Create it - python3 -m venv venv
  3. Run it - source venv/bin/activate

Install libraries using the requirments file

If the code doesn't run after installing the libraries change interpreter

Streamlit

  1. Install the libraries using the requirements file
  2. Run it - streamlit run visualization/app.py
  3. You can see the app at http://localhost:8501/
  4. Run it when the venv is running - streamlit run visualization/app.py
  5. Actually you need to run this from root - streamlit run visualization/app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published