isat-cv is an educational project for Intelligent Systems & Technologies and Computer Vision courses at Saratov State University.
- Checking duplicates using perceptual hash
- Removing background of images using database watchdog
- Search for similar images
- Image search by text query
- Search for images with similar and complementary colors
- Mix two images using Laplacian and Gaussian pyramids
- Python
- Docker
just
(optional)
- Set the required configuration values to
config/config.json
, rename.env.sample
in root project andfrontend
directory to.env
and set environment variables. - If
just
is installed, runjust init && just start
, otherwise, copy commands fromjustfile
and run them manually. - To run only frontend part,
just start frontend
.