Skip to content

SaladTechnologies/image-tagging-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-tagging-api

An inference API for image tagging

Download model weights

wget https://huggingface.co/xinyu1205/recognize-anything-plus-model/resolve/main/ram_plus_swin_large_14m.pth -P ./src/data/

Example Use

curl  -X POST \
  'http://localhost:8000/tag' \
  --header 'Accept: */*' \
  --form 'file=@/path/to/image.jpg'

About

An inference API for image tagging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published