MCP_Arxiv_demo
このJupyter Notebookは、MCP(Machine Learning Community Platform)に関連するデモを提供しています。主に機械学習のアルゴリズムやデータ処理の手法を実演しており、ユーザーが実際に手を動かして学ぶことができる内容です。特に、データの前処理やモデルの評価に焦点を当てています。
GitHubスター
0
ユーザー評価
未評価
フォーク
0
イシュー
0
閲覧数
3
お気に入り
0
README
MCP Demo
This demo showcases a simple MCP example that downloads files from Arxiv and produces some insights from that. Taken from this coursera course: https://learn.deeplearning.ai/courses/mcp-build-rich-context-ai-apps-with-anthropic/lesson/dbabg/creating-an-mcp-server
. In there you can go to File → Open...
and navigate to L3
to find the base notebook.
Setup
python -m venv venv
source venv/bin/activate # or venv\Scripts\activate on Windows
pip install -r requirements.txt → not added for now.