Skip to content

JRC-COMBINE/CCLS-Datathon-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCLS Datathon 2025

Overview

In this datathon we explore what LLMs can do and how to apply them on real-world problems.

Agenda

  1. Presentations
  • Introduction
  • RAG Systems
  • LLM Agents
  1. Hands-on Research with LLMs
  2. Presentations and Coronation

Organisational Notes

  • 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

Prerequisites

  • 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.

Installation Instructions

Clone the repository

""" git clone git@github.com:JRC-COMBINE/CCLS-Datathon-2025.git
cd CCLS-Datathon-2025
"""

Create and activate a virtual environment

""" conda create --name CCLS_LLM_Workshop
conda activate CCLS_LLM_Workshop
"""

Upgrade pip and install dependencies

""" pip install --upgrade pip
pip install -r requirements.txt
"""

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors