Spaces:
Running
Running
| title: Text Processor MCP | |
| emoji: π | |
| colorFrom: blue | |
| colorTo: green | |
| sdk: gradio | |
| sdk_version: 5.32.0 | |
| python_version: "3.12" | |
| app_file: app.py | |
| pinned: false | |
| # Text Processor β MCP Server | |
| Unit 2 hands-on for the [HuggingFace Context Course](https://huggingface.co/learn/context-course/unit2/). | |
| A Gradio UI that doubles as an MCP server: the human-facing tabs and the | |
| `/gradio_api/mcp/` endpoint expose the same three tools. | |
| - **analyze_text** β character / word / sentence statistics | |
| - **extract_keywords** β top-N keywords by frequency (stopwords removed) | |
| - **check_reading_level** β Flesch-Kincaid-style grade + coarse label | |
| Source: <https://github.com/ColebyPearson/HFcontextcourse/tree/main/unit_2/text-processor-mcp> | |