Skip to content

pardeep-singh/study-group-hf-agents-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugging Face Agents Course Study Group

This repo contains the resources for the Hugging Face Agents Course Study Group conducted by Batch 6 of the Advance DL Course to continue the learning of the participants after the course completion.

Tentitive Plan

This plan covers the course content for the until unit 4 by using one of the Agentic Frameworks. Rest of the course plan will decided after completion of unit 4 and based on the interest of the participants.

Unit Date Description Session Notes
Study Group Kickoff 2025-06-01 Participant Introduction, Course Overview, Discuss Tentitive Plan Session Notes
Unit 1. Introduction to Agents 2025-06-07 Understanding Agents, The Role of LLMs in Agents, Tools and Actions, The Agent Workflow Session Notes
Unit 2. Introduction to Agentic Frameworks 2025-06-21 - SmolAgents, LlamaIndex, LangGraph Session Notes
Unit 3. Use Case for Agentic RAG 2025-06-21 - RAG, Agentic RAG, Agentic RAG with smolagents Session Notes
Unit 4. Final Unit Project 2025-06-28 Session Notes
Unit 5. LangGraph and LlamaIndex 2025-07-05 Session Notes
Bonus Units 2025-07-17 Session Notes

Local Setup

Environment Setup

uv venv --python 3.11
source .venv/bin/activate
pip install -r requirements.txt

Refer uv for more details on the uv package manager.

Generate Hugging Face API Token

  • Go to Hugging Face and login with your GitHub account.
  • Go to API Tokens and generate a new token.
  • Copy the token and paste it in the .env file in the root of the project.
echo "HF_TOKEN=hf_..." >> .env

Resources

About

This repo contains the resources for the Hugging Face Agents Course Study Group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages