Prashant26am commited on
Commit
2bc3bc1
Β·
1 Parent(s): 480eb6e

Add Hugging Face Space configuration

Browse files
Files changed (1) hide show
  1. README.md +26 -6
README.md CHANGED
@@ -1,9 +1,29 @@
1
- # TranscriptoCast AI (Demo) πŸš€
 
 
 
 
 
 
 
 
 
2
 
3
- A minimal FastAPI Hugging Face Space for multimodal podcast/video summarization:
4
 
5
- - 🎀 `/transcribe` β€” Upload audio/video and get a transcript (Whisper)
6
- - πŸ“ `/summarize` β€” Summarize text (BART)
7
- - 🌍 `/translate` β€” Translate text (MBart50)
 
8
 
9
- Try it out by uploading a file or pasting text!
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Transcriptocast AI Demo
3
+ emoji: πŸŽ™οΈ
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: docker
7
+ sdk_version: 3.10.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
 
12
+ # Transcriptocast AI Demo
13
 
14
+ A powerful AI-powered application that provides:
15
+ - Audio transcription using Whisper
16
+ - Text summarization using BART
17
+ - Multi-language translation using mBART
18
 
19
+ ## Features
20
+ - Convert audio to text
21
+ - Generate concise summaries
22
+ - Translate between multiple languages
23
+
24
+ ## API Endpoints
25
+ - `/transcribe` - Convert audio to text
26
+ - `/summarize` - Generate text summaries
27
+ - `/translate` - Translate text between languages
28
+
29
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference