Exploring Affordable Speech Bubble Detection Solutions for REST API.

#1
by Oliver2 - opened

Hi!

I'm an Android developer and I'm looking to implement a neural model that detects speech bubbles in manga and comics. I was using a Roboflow API model: link, but it's too costly.

I'm not very familiar with the Hugging Face platform. But with the model you posted, would it be possible to create an API on top of it? I'm unsure how it would work to create an API around this model.

@Oliver2

Hi. Sorry for the late reply. If you download the model, then you can run inference on it with python for free
https://docs.ultralytics.com/tasks/detect/#predict
https://docs.ultralytics.com/modes/predict/

You can't use this for free without having the model locally. Not with the direct .pt file anyway.

Sign up or log in to comment