Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,46 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
+
Libraries:
|
14 |
+
|
15 |
+
π asyncio
|
16 |
+
|
17 |
+
Asynchronous I/O library
|
18 |
+
Event loops
|
19 |
+
Coroutines
|
20 |
+
Tasks and Futures
|
21 |
+
|
22 |
+
|
23 |
+
π£οΈ edge-tts
|
24 |
+
|
25 |
+
Text-to-speech library
|
26 |
+
Microsoft Edge's TTS engine
|
27 |
+
Multiple languages and voices
|
28 |
+
|
29 |
+
|
30 |
+
ποΈ streaming-stt-nemo==0.2.0
|
31 |
+
|
32 |
+
Speech-to-text library
|
33 |
+
Real-time transcription
|
34 |
+
Based on NVIDIA NeMo framework
|
35 |
+
|
36 |
+
|
37 |
+
π€ inflect
|
38 |
+
|
39 |
+
Natural language processing
|
40 |
+
Singular/plural conversions
|
41 |
+
Number to words conversion
|
42 |
+
|
43 |
+
|
44 |
+
π€ transformers
|
45 |
+
|
46 |
+
NLP library by Hugging Face
|
47 |
+
Pre-trained models
|
48 |
+
Text generation, classification, etc.
|
49 |
+
|
50 |
+
|
51 |
+
π₯ torch
|
52 |
+
|
53 |
+
Deep learning framework
|
54 |
+
Tensor computations
|
55 |
+
Neural network building and training
|