Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 744 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 744 Bytes

ePIC Hackathon 2025

Source code is for the ePIC Hackathon 2025. It has been deployed on ePIC Hackthon 2025

LeaderBoard

The code base is taken from AI4EIC 2022 hackathon.

Setup instructions.

The python required for this project is python==3.10.

  1. git clone https://github.com/ai4eic/EPICHackathon-2025.git
  2. python3.10 -m venv env_ePICHack
  3. source env_ePICHack/bin/activate
  4. pip install -r EPICHackathon-2025/requirements.txt

Running the webapp

  1. cd ePICHackthon-2025/LeaderBoard && python run.py
  2. open http://127.0.0.1:5500 -- Make sure these ports are not used else, change it in run.py