Spaces:
Sleeping
Sleeping
Update README with project metadata and description
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 🎤 Accent Detection Tool
|
2 |
|
3 |
This app accepts a public video URL, extracts the audio, detects the English-speaking accent or language, and provides a confidence score.
|
|
|
1 |
+
---
|
2 |
+
title: Accent Detector
|
3 |
+
emoji: 🚀
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: red
|
6 |
+
sdk: docker
|
7 |
+
app_port: 8501
|
8 |
+
tags:
|
9 |
+
- streamlit
|
10 |
+
pinned: false
|
11 |
+
short_description: Streamlit template space
|
12 |
+
license: mit
|
13 |
+
---
|
14 |
+
|
15 |
# 🎤 Accent Detection Tool
|
16 |
|
17 |
This app accepts a public video URL, extracts the audio, detects the English-speaking accent or language, and provides a confidence score.
|