File size: 401 Bytes
314007e |
1 2 3 4 5 6 7 |
# ACG Deploy Model
This project aims to provide models for ACG (Anime, Comic, and Game) image search. It includes the following modules:
* `deepdanbooru`: Infers labels for ACG images, with over 8000 valid tags.
* `illust2vec`: Extracts feature vectors for images, of dimensionality 1024, facilitating image search.
* `dclip`: Multimodal model that combines image and text features for image search. |