OlafenwaMoses / ImageAI

A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
https://www.genxr.co/#products
MIT License
8.48k stars 2.18k forks source link

Calling imageAI .pt model and .json file #838

Open cool-joe-crypto opened 1 month ago

cool-joe-crypto commented 1 month ago

Good day, I am developing an image detection application based on the imageAI library. The application is running on local-host and has been developed using html, CSS, Flask and JavaScript.

I wanted to know, how can I call/import the .pt model and the .json file to perform inference in my App?

Kind Regards,