qw-gallery-scenery/README.md
2021-04-20 11:55:26 +03:00

915 B

Next.js
Express
Material UI
Typescript
https://onlycomfy.art

Features:
Search by tags (supports logical expressions) (https://onlycomfy.art/search_syntax)
Semantic text search (using CLIP) (https://onlycomfy.art/search_syntax)
You can find images with similar tags.
You can find images with similar color palette.
You can find visually similar images (CLIP).
Reverse image search (phash+vp_tree/SIFT)
(logical expression parser - https://github.com/qwertyforce/mongodb_logical_expression_parser)
(sift microservice - https://github.com/qwertyforce/sift_reverse_search_microservice)
(nn features microservice - https://github.com/qwertyforce/clip_reverse_search_microservice)
(rgb histogram microservice - https://github.com/qwertyforce/histogram_reverse_search_microservice)