ovi054 commited on
Commit
0aa7758
·
verified ·
1 Parent(s): 94a5aac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -1
README.md CHANGED
@@ -7,6 +7,46 @@ sdk: gradio
7
  sdk_version: 5.50.0
8
  app_file: app.py
9
  pinned: false
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  sdk_version: 5.50.0
8
  app_file: app.py
9
  pinned: false
10
+ tags:
11
+ - building-mcp-track-creative
12
+ - building-mcp-track-consumer
13
+ - mcp
14
+ - gradio
15
+ - claude
16
+ - education
17
+ - mathematics
18
+ - algorithm
19
+ - ai
20
+ - visualization
21
+ - education
22
+ short_description: Turn boring math into engaging animation videos
23
  ---
24
 
25
+ # 🎬 Anim Lab AI (MCP)
26
+
27
+ **Equip AI Agents with the power to visualize complex logic using Manim.**
28
+
29
+ [![MCP's 1st Birthday Hackathon](https://img.shields.io/badge/MCP%27s%201st%20Birthday-Hackathon-blue)](https://github.com/modelcontextprotocol)
30
+ [![Track 1: Building MCP](https://img.shields.io/badge/Track%201-Building%20MCP%20(Creative)-blueviolet)](https://huggingface.co/MCP-1st-Birthday)
31
+ [![Powered by Claude 3.7](https://img.shields.io/badge/Powered%20by-Claude%204.5%20Sonnet-orange)](https://anthropic.com)
32
+
33
+ ## 📖 Overview
34
+
35
+ This is an **MCP Server** built with Gradio that allows AI agents to generate, execute, and render **Manim (Mathematical Animation Engine)** videos on the fly.
36
+
37
+ While LLMs are great at text, they struggle to visualize dynamic concepts. This tool bridges that gap by allowing an agent to write Python/Manim code and immediately receive a rendered video file.
38
+
39
+ ### Key Features
40
+ * **Text-to-Video:** Describe a math concept (e.g., "Explain Bubble Sort"), and the AI writes the code and renders the video.
41
+ * **AI Code Editor:** Refine animations using natural language instructions (e.g., "Move the circle to the left").
42
+ * **MCP Compliant:** Fully functional as a backend tool for Claude Desktop or other MCP clients.
43
+ * **Powered by Anthropic Claude:** Uses `anthropic/claude-4.5-sonnet` for high-precision code generation.
44
+
45
+ ## 🚀 Quick Start
46
+
47
+ ### 1. Using the Web UI
48
+ 1. Type a prompt in the "Describe your animation" box.
49
+ 2. Click **Generate & Render**.
50
+ 3. Watch your code turn into a video!
51
+
52
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference