Enrique Cardoza commited on
Commit
dd65d25
·
1 Parent(s): 5aced35

docs(readme): add YouTube demo video and usage methods

Browse files

- Add YouTube demo video with clickable thumbnail
- Include three methods to use the project (Hugging Face space, IDE clients, custom agent)
- Place demo section prominently at the top for better visibility
- Format usage methods as a numbered list for clarity

Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -8,16 +8,27 @@ app_file: app.py
8
  pinned: false
9
  tags:
10
  - mcp-server-track
 
11
  - whisper
12
  - groq
13
  - transcript
14
  - api
 
15
  ---
16
 
17
  # Transcript Generator
18
 
19
  A powerful MCP (Model Context Protocol) server that transcribes audio and video files into text using Groq's Whisper model. This tool enables AI assistants to process audio content, making multimedia data accessible for analysis and understanding.
20
 
 
 
 
 
 
 
 
 
 
21
  ## 🔍 Project Description
22
 
23
  Transcript Generator is an AI-powered transcription service built for the Gradio Agents & MCP Hackathon 2025. It leverages Groq's implementation of the Whisper Large V3 Turbo model to accurately convert spoken content from audio and video files into written text.
 
8
  pinned: false
9
  tags:
10
  - mcp-server-track
11
+ - speech-to-text
12
  - whisper
13
  - groq
14
  - transcript
15
  - api
16
+ - stt
17
  ---
18
 
19
  # Transcript Generator
20
 
21
  A powerful MCP (Model Context Protocol) server that transcribes audio and video files into text using Groq's Whisper model. This tool enables AI assistants to process audio content, making multimedia data accessible for analysis and understanding.
22
 
23
+ ## 📹 Demo Video
24
+
25
+ [![Transcript Generator Demo](https://img.youtube.com/vi/0wBCbXzK8TE/0.jpg)](https://youtu.be/0wBCbXzK8TE)
26
+
27
+ There are three ways to use this project:
28
+ 1. **Directly on the Hugging Face space** - Upload your audio/video files and hit the transcript button
29
+ 2. **Using your favorite client** like Cursor, Windsurf or any other IDE that supports MCP
30
+ 3. **Using a custom agent** - Set up the MCP server with its available tools in your own application
31
+
32
  ## 🔍 Project Description
33
 
34
  Transcript Generator is an AI-powered transcription service built for the Gradio Agents & MCP Hackathon 2025. It leverages Groq's implementation of the Whisper Large V3 Turbo model to accurately convert spoken content from audio and video files into written text.