REST API end point

#6
by bo0olet - opened

Sorry for the silly question, I am a noob with this. Could somebody please tell me how to verify if this model exposes a REST API ?

Thanks

Not a silly question at all — we all start somewhere! If you’re using the Ultralytics YOLOv8 repo, it doesn’t expose a REST API by default, but you can wrap the model in something like FastAPI or Flask to serve it as one. Let me know if you need a simple example!

Sign up or log in to comment