pallabi commited on
Commit
33afa22
β€’
1 Parent(s): f64177f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -13
requirements.txt CHANGED
@@ -1,16 +1,15 @@
1
  # requirements.txt
2
 
3
- # TensorFlow and Keras
4
- tensorflow==2.7.0
5
- keras==2.7.0
6
-
7
- # Image processing and data handling
8
- Pillow==8.3.2
9
- numpy==1.21.2
10
-
11
- # Visualization
12
- matplotlib==3.4.3
13
-
14
- # Gradio for creating UI
15
- gradio==4.15.0
16
 
 
1
  # requirements.txt
2
 
3
+ tensorflow
4
+ keras
5
+ matplotlib
6
+ os
7
+ PIL
8
+ layers
9
+ Sequential
10
+ pathlib
11
+ cv2
12
+ Pillow
13
+ numpy
14
+ gradio
 
15