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