awacke1 commited on
Commit
9ed6dc5
Β·
verified Β·
1 Parent(s): 6fd9cd7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -10,4 +10,46 @@ pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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