Source code is for the ePIC Hackathon 2025. It has been deployed on ePIC Hackthon 2025
The code base is taken from AI4EIC 2022 hackathon.
The python required for this project is python==3.10
.
git clone https://github.com/ai4eic/EPICHackathon-2025.git
python3.10 -m venv env_ePICHack
source env_ePICHack/bin/activate
pip install -r EPICHackathon-2025/requirements.txt
cd ePICHackthon-2025/LeaderBoard && python run.py
open http://127.0.0.1:5500
-- Make sure these ports are not used else, change it inrun.py