huggingface-mcp-course

The huggingface-mcp-course is a course designed to teach the fundamentals of AI and machine learning using Hugging Face's models in Python. It offers practical content aimed at beginners to intermediate learners, focusing particularly on natural language processing and transformer models.

GitHub Stars

0

User Rating

Not Rated

Favorites

0

Views

33

Forks

0

Issues

0

README
HuggingFace Model Context Protocol Course

python poetry

Table of Content
Description

The HuggingFace Model Context Protocol (MCP) Course, developed in
collaboration with Anthropic, teaches the theory, design, and practical use of MCP for building AI applications that
leverage external data and tools.

Getting started
Requirements
  • Git
  • Python >=3.11, <3.12
  • Poetry >= 2.0
Set up Environment
  1. Configure access to Poetry virtual environment
    poetry config virtualenvs.in-project true
    
  2. Install dependencies
    poetry install
    
  3. Select Poetry virtual environment as Jupyter kernel
    1. Activate the Poetry virtual environment
    poetry env activate