sentimentBlob / xReadme.md
Alexi Canales
initial commit
89bda3a
|
raw
history blame
246 Bytes

#Getting Started

mkdir mcp-sentiment cd mcp-sentiment python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install "gradio[mcp]" textblob

#Resources: https://huggingface.co/learn/mcp-course/unit2/gradio-server