Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +15 -7
requirements.txt
CHANGED
@@ -1,7 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
easyocr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Hugging Face Hub (for model interaction)
|
2 |
+
huggingface_hub==0.20.1
|
3 |
+
# Speech Recognition (for voice input)
|
4 |
+
SpeechRecognition==3.10.0
|
5 |
+
|
6 |
+
# EasyOCR (for optical character recognition)
|
7 |
+
easyocr==1.7.1
|
8 |
+
|
9 |
+
# Pillow (for image processing)
|
10 |
+
Pillow==10.1.0
|
11 |
+
|
12 |
+
# PyTorch (CPU version - for EasyOCR dependency)
|
13 |
+
torch==2.1.2
|
14 |
+
torchvision==0.16.2
|
15 |
+
torchaudio==2.1.2
|