konerusudhir commited on
Commit
693cc31
·
1 Parent(s): 771d754

Added genre_classes file and requirements.txt file

Browse files
Files changed (2) hide show
  1. genre_class.txt +10 -0
  2. requirements.txt +8 -0
genre_class.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ 0 abstract_painting
2
+ 1 cityscape
3
+ 2 genre_painting
4
+ 3 illustration
5
+ 4 landscape
6
+ 5 nude_painting
7
+ 6 portrait
8
+ 7 religious_painting
9
+ 8 sketch_and_study
10
+ 9 still_life
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ gradio
2
+ transformers
3
+ faiss-cpu
4
+ Pillow
5
+ matplotlib
6
+ tensorflow
7
+ torch
8
+