how to implement this AI
#1
by
andrea41
- opened
I'm new to the world of artificial intelligence and I would like to know if it was possible to perhaps implement this model in some external Python program
of course it is possible!
check out how to use this model from the official repository at:
https://github.com/xinyu1205/recognize-anything/blob/main/inference_ram_plus.py
you can get the model checkpoints by cloning:
git clone https://huggingface.co/xinyu1205/recognize-anything-plus-model
from the above cloned directory the pretrained model checkpoint you need to specify is following:
recognize-anything-plus-model\ram_plus_swin_large_14m.pth
have fun with automatic image tagging!