HuggingFace Api

Is there a way to use flutterflow to call Huggingface Api calls? Ive seen these curl https://api-inference.huggingface.co/models/xxxxxx/xxxxxxxxxxxx \

-X POST \

--data-binary '@cats.jpg' \

-H "Authorization: Bearer xxxxxxxxxxxxxxxxxxxx"

and the use of the transformer model( there is no lib for dart.js and the one on pub.dev doesnt work)

Any one know a way to implement it using the flutterflow api system? maybe http calls? Something?

3
1 reply