akpande2 commited on
Commit
bf82915
·
verified ·
1 Parent(s): 4592755

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  This is a GPU-accelerated microservice for analyzing call center audio. It performs:
2
  - Speaker Diarization (Pyannote 3.1)
3
  - Speech-to-Text (Whisper Large-v3)
@@ -8,4 +17,4 @@ This is a GPU-accelerated microservice for analyzing call center audio. It perfo
8
  ## Prerequisites
9
  - **Server:** AWS EC2 `g4dn.xlarge` (or any machine with NVIDIA GPU + 16GB VRAM)
10
  - **OS:** Ubuntu 22.04 (Recommended) with NVIDIA Drivers installed
11
- - **Docker:** Docker Engine + NVIDIA Container Toolkit
 
1
+ ---
2
+ title: Call Center Analysis
3
+ emoji: 🎧
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: docker
7
+ app_port: 7860
8
+ ---
9
+
10
  This is a GPU-accelerated microservice for analyzing call center audio. It performs:
11
  - Speaker Diarization (Pyannote 3.1)
12
  - Speech-to-Text (Whisper Large-v3)
 
17
  ## Prerequisites
18
  - **Server:** AWS EC2 `g4dn.xlarge` (or any machine with NVIDIA GPU + 16GB VRAM)
19
  - **OS:** Ubuntu 22.04 (Recommended) with NVIDIA Drivers installed
20
+ - **Docker:** Docker Engine + NVIDIA Container Toolkit