Create README.md
Browse files
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.
|