Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
|
@@ -1 +1,9 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# For fuzzy matching
|
| 2 |
+
fuzzywuzzy==0.18.0
|
| 3 |
+
|
| 4 |
+
# For Hugging Face Hub
|
| 5 |
+
huggingface_hub==0.25.2
|
| 6 |
+
|
| 7 |
+
# For using a transformer model
|
| 8 |
+
transformers==4.31.0
|
| 9 |
+
torch==2.0.1
|