SmartFew is your swiss knife for semi-supervised structuring of unlabeled data.
pip3 install -e .
-
Prepare the file with image URLs image_urls.txt, e.g.
https://myhost.com/image1.jpg https://myhost.com/image2.jpg ...
-
Run server
cd server && python start.py --input image_urls.txt
-
Go to
http://localhost:14321/
in your browser and start selecting relevant images. Then press Submit to continue with a new trial. The underlying process starts to learn your selection, and you are expecting to see more and more relevant results in your consequent trials.
The algorithm is powered by Few Shot learning, that gives an opportunity to learn very fast and quickly adapts to unseen tasks.