ipvikas commited on
Commit
7f886ba
1 Parent(s): a157fee

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -10
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- ##Image to text
2
  googletrans
3
  Translator
4
  pip
@@ -6,26 +6,35 @@ easyocr
6
  Pillow
7
  #opencv-python-headless == 4.5.2.52
8
  opencv-python-headless
 
9
  #######################
10
- #Text to speech
11
  playsound
12
  pyttsx3
13
  gTTs
14
  #pygobject
15
 
16
- ####Youtube video to Text
17
- torch
18
- transformers
19
- youtube_transcript_api #for Text_Script_from_YouTube
20
- nltk
21
 
22
- #Language Translation
 
 
23
  sentence-splitter
24
  transformers
25
  SentencePiece
26
  torch
27
 
28
- #ASR
29
  transformers
30
  gradio
31
- torch
 
 
 
 
 
 
 
1
+ ##1. Image to text
2
  googletrans
3
  Translator
4
  pip
 
6
  Pillow
7
  #opencv-python-headless == 4.5.2.52
8
  opencv-python-headless
9
+
10
  #######################
11
+ #2Text to speech
12
  playsound
13
  pyttsx3
14
  gTTs
15
  #pygobject
16
 
17
+ #2.1Text file to speech
18
+
19
+
20
+ #3 Sentiment Analysis
21
+
22
 
23
+ #4POS tagging
24
+
25
+ #5 Language Translation
26
  sentence-splitter
27
  transformers
28
  SentencePiece
29
  torch
30
 
31
+ #6 ASR
32
  transformers
33
  gradio
34
+ torch
35
+
36
+ ####7 Youtube video to Text
37
+ torch
38
+ transformers
39
+ youtube_transcript_api #for Text_Script_from_YouTube
40
+ nltk