Commit
·
c5ec6d8
1
Parent(s):
51c49bc
Initial upload of answer grading application1
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
flask==3.0.2
|
2 |
+
torch==2.2.1
|
3 |
+
transformers==4.38.2
|
4 |
+
sentence-transformers==2.5.1
|
5 |
+
opencv-python==4.9.0.80
|
6 |
+
numpy==1.26.4
|
7 |
+
Pillow==10.2.0
|
8 |
+
chromadb==0.4.24
|
9 |
+
PyMuPDF==1.24.0
|
10 |
+
nltk==3.8.1
|
11 |
+
gensim==4.3.2
|
12 |
+
language-tool-python==2.7.7
|
13 |
+
pyspellchecker==0.7.2
|
14 |
+
werkzeug==3.0.1
|