huggingface-mcp-course
huggingface-mcp-courseは、Hugging Faceの機械学習モデルを使用したコースで、Pythonを利用してAIや機械学習の基礎を学ぶことができます。コースは実践的な内容が多く、初心者から中級者向けに設計されています。特に、自然言語処理やトランスフォーマーモデルに焦点を当てています。
GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
24
フォーク
0
イシュー
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