Spaces:
Runtime error
Runtime error
Commit Β·
2bc3bc1
1
Parent(s): 480eb6e
Add Hugging Face Space configuration
Browse files
README.md
CHANGED
|
@@ -1,9 +1,29 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
|
| 6 |
-
-
|
| 7 |
-
-
|
|
|
|
| 8 |
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|