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
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
- Configure access to Poetry virtual environment
poetry config virtualenvs.in-project true - Install dependencies
poetry install - Select Poetry virtual environment as Jupyter kernel
- Activate the Poetry virtual environment
poetry env activate