vaishnavia40 commited on
Commit
ae74672
1 Parent(s): dd16596

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +154 -6
requirements.txt CHANGED
@@ -1,6 +1,154 @@
1
- nltk==3.6.2
2
- requests==2.26.0
3
- speechrecognition==3.8.1
4
- streamlit==1.6.0
5
- rake-nltk==1.0.4
6
- pyaudio==0.2.11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.3
2
+ aiosignal==1.3.1
3
+ altair==5.2.0
4
+ annotated-types==0.6.0
5
+ anyio==4.3.0
6
+ asgiref==3.7.2
7
+ attrs==23.2.0
8
+ beautifulsoup4==4.12.3
9
+ blinker==1.6.2
10
+ buildozer==1.5.0
11
+ cachetools==5.3.2
12
+ certifi==2023.11.17
13
+ cffi==1.15.1
14
+ charset-normalizer==3.3.2
15
+ click==8.1.7
16
+ colorama==0.4.6
17
+ comtypes==1.3.0
18
+ contourpy==1.1.0
19
+ customtkinter==5.2.2
20
+ cycler==0.11.0
21
+ darkdetect==0.8.0
22
+ distlib==0.3.8
23
+ distro==1.9.0
24
+ Django==4.2.5
25
+ docutils==0.20.1
26
+ faiss-cpu==1.7.4
27
+ filelock==3.13.1
28
+ Flask==2.3.2
29
+ Flask-Cors==4.0.0
30
+ fonttools==4.42.1
31
+ frozenlist==1.4.1
32
+ fsspec==2024.2.0
33
+ gitdb==4.0.11
34
+ GitPython==3.1.42
35
+ google-api-core==2.17.1
36
+ google-api-python-client==2.48.0
37
+ google-auth==2.28.1
38
+ google-auth-httplib2==0.2.0
39
+ google-cloud==0.34.0
40
+ Google-Images-Search==1.4.6
41
+ googleapis-common-protos==1.62.0
42
+ h11==0.14.0
43
+ httpcore==1.0.4
44
+ httplib2==0.22.0
45
+ httpx==0.27.0
46
+ huggingface-hub==0.20.3
47
+ idna==3.6
48
+ importlib-metadata==7.0.1
49
+ itsdangerous==2.1.2
50
+ Jinja2==3.1.2
51
+ joblib==1.3.2
52
+ jsonschema==4.21.1
53
+ jsonschema-specifications==2023.12.1
54
+ Kivy==2.3.0
55
+ kivy-deps.angle==0.4.0
56
+ kivy-deps.glew==0.3.1
57
+ kivy-deps.sdl2==0.7.0
58
+ Kivy-Garden==0.1.5
59
+ kivymd==1.2.0
60
+ kiwisolver==1.4.5
61
+ markdown-it-py==3.0.0
62
+ MarkupSafe==2.1.3
63
+ matplotlib==3.8.2
64
+ mdurl==0.1.2
65
+ mpmath==1.3.0
66
+ multidict==6.0.5
67
+ networkx==3.2.1
68
+ nltk==3.8.1
69
+ numpy==1.24.3
70
+ openai==0.28.0
71
+ opencv-contrib-python==4.8.0.76
72
+ opencv-python==4.8.0.76
73
+ opencv-python-headless==4.8.0.74
74
+ packaging==23.1
75
+ pandas==2.1.4
76
+ pexpect==4.9.0
77
+ Pillow==10.0.0
78
+ platformdirs==4.2.0
79
+ protobuf==4.25.3
80
+ psutil==5.9.8
81
+ ptyprocess==0.7.0
82
+ py-cpuinfo==9.0.0
83
+ pyarrow==15.0.0
84
+ pyasn1==0.5.1
85
+ pyasn1-modules==0.3.0
86
+ PyAudio==0.2.13
87
+ pycparser==2.21
88
+ pydantic==2.6.2
89
+ pydantic_core==2.16.3
90
+ pydeck==0.8.1b0
91
+ pyfiglet==0.8.post1
92
+ Pygments==2.17.2
93
+ pynput==1.7.6
94
+ pyparsing==3.0.9
95
+ PyPDF2==3.0.1
96
+ pypiwin32==223
97
+ pyshine==0.0.6
98
+ python-dateutil==2.8.2
99
+ python-dotenv==1.0.1
100
+ python-owasp-zap-v2.4==0.1.0
101
+ python-resize-image==1.1.20
102
+ pyttsx3==2.90
103
+ pytz==2024.1
104
+ PyWavelets==1.5.0
105
+ pywin32==306
106
+ PyYAML==6.0.1
107
+ rake-nltk==1.0.6
108
+ referencing==0.33.0
109
+ regex==2023.12.25
110
+ requests==2.31.0
111
+ rich==13.7.0
112
+ rpds-py==0.18.0
113
+ rsa==4.9
114
+ safetensors==0.4.2
115
+ scipy==1.12.0
116
+ seaborn==0.13.2
117
+ serpapi==0.1.5
118
+ sh==2.0.6
119
+ six==1.16.0
120
+ smmap==5.0.1
121
+ sniffio==1.3.0
122
+ sounddevice==0.4.6
123
+ soupsieve==2.5
124
+ SpeechRecognition==3.10.1
125
+ sqlparse==0.4.4
126
+ streamlit==1.31.1
127
+ sympy==1.12
128
+ tenacity==8.2.3
129
+ termcolor==1.1.0
130
+ thop==0.1.1.post2209072238
131
+ tk==0.1.0
132
+ tokenizers==0.15.2
133
+ toml==0.10.2
134
+ toolz==0.12.1
135
+ torch==2.2.1
136
+ torchvision==0.17.1
137
+ tornado==6.4
138
+ tqdm==4.66.2
139
+ transformers==4.37.2
140
+ txtai==6.3.0
141
+ typing_extensions==4.9.0
142
+ tzdata==2023.3
143
+ tzlocal==5.2
144
+ ultralytics==8.0.203
145
+ uritemplate==4.1.1
146
+ urllib3==2.1.0
147
+ validators==0.22.0
148
+ virtualenv==20.25.1
149
+ watchdog==4.0.0
150
+ Werkzeug==2.3.7
151
+ windows-curses==2.3.2
152
+ yarl==1.9.4
153
+ zaproxy==0.2.0
154
+ zipp==3.17.0