fastai-mcp.md

fast.ai MCP

from"fastai"
540

fast.ai deep learning library

AI & ML
fast.aideep learningPyTorcheducation
install.sh
# Clone the repository
$git clone https://github.com/fastai/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve