Chars commited on
Commit
314007e
1 Parent(s): c0847ab

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # ACG Deploy Model
2
+
3
+ This project aims to provide models for ACG (Anime, Comic, and Game) image search. It includes the following modules:
4
+
5
+ * `deepdanbooru`: Infers labels for ACG images, with over 8000 valid tags.
6
+ * `illust2vec`: Extracts feature vectors for images, of dimensionality 1024, facilitating image search.
7
+ * `dclip`: Multimodal model that combines image and text features for image search.