In this datathon we explore what LLMs can do and how to apply them on real-world problems.
- Presentations
- Introduction
- RAG Systems
- LLM Agents
- Hands-on Research with LLMs
- Presentations and Coronation
- Code of Conduct: "Be excellent to each other"
- Coffee can be found outside the workshop room to the left
- Feel free to reach out to the organizers if you need help
- Presenters will be available to answer questions during the workshop
- The workshop concludes online at 10am tomorrow
- Basic knowledge of programming in Python or a similar language
- Familiarity with machine learning concepts (not required but recommended)
Please install Python >= 3.8 and the openai package using pip.
"""
git clone git@github.com:JRC-COMBINE/CCLS-Datathon-2025.git
cd CCLS-Datathon-2025
"""
"""
conda create --name CCLS_LLM_Workshop
conda activate CCLS_LLM_Workshop
"""
"""
pip install --upgrade pip
pip install -r requirements.txt
"""