Source code base for the planned AI4EIC hackathon 2023
This is from 2022 hackathon.
git clone https://github.com/AI4EIC/AI4EICHackathon-2023.git
cd AI4EICHackathon-2023/LeaderBoard
conda create --name env_ai4eic_hack
conda install pip
pip install -r requirements.txt
cd AI4EICHackathon-2023/LeaderBoard && python run_app.py
open http://127.0.0.1:5500
-- Make sure these ports are not used else, change it inrun_app.py