pallabi commited on
Commit
8bdc04f
Β·
verified Β·
1 Parent(s): 8b7dc8a

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +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==2.2.11