Open youngchan-kim opened 3 years ago
There is no REST api for teachable machine, all the training is happening in the browser. The library in this repo gives the capabilities for training, and we also have this wizard that you can use: https://glitch.com/edit/#!/tm-wizard?path=README.md%3A1%3A0
It's 2023.
Has Google released the API for this yet?
I searched the Teachable machine API on Google and answered the related question.
Q: Is the teaching machine an API?
A: So it's like a restful api where we send a request, the server processes the request (machine learning) and receives the result.
If so, is this API for using the library? Or is it an API for model training?
How can I use an API that can train a model?
@GautamBose