Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,30 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: A.R.I.S. Translator
|
| 3 |
+
emoji: 🌐
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.19.2
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
+
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# A.R.I.S. Translator
|
| 14 |
+
Advanced Real-time Interpretation System powered by Meta's SeamlessM4T
|
| 15 |
+
|
| 16 |
+
## Features
|
| 17 |
+
- Text-to-Speech Translation
|
| 18 |
+
- Audio-to-Speech Translation
|
| 19 |
+
- Support for 10 Major Languages
|
| 20 |
+
- Real-time Processing
|
| 21 |
+
- Neural-powered Technology
|
| 22 |
+
|
| 23 |
+
## Tech Stack
|
| 24 |
+
- Python
|
| 25 |
+
- Gradio
|
| 26 |
+
- Meta's SeamlessM4T
|
| 27 |
+
- PyTorch
|
| 28 |
+
- Transformers
|
| 29 |
+
|
| 30 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|