MCP_Arxiv_demo
This Jupyter Notebook provides a demo related to the Machine Learning Community Platform (MCP). It primarily showcases machine learning algorithms and data processing techniques, allowing users to engage hands-on in learning. The focus is particularly on data preprocessing and model evaluation.
GitHub Stars
0
User Rating
Not Rated
Forks
0
Issues
0
Views
2
Favorites
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.