googlecreativelab / teachablemachine-community

Example code snippets and machine learning code for Teachable Machine
https://g.co/teachablemachine
Apache License 2.0
1.51k stars 678 forks source link

How can I use an API that can train a model? #229

Open youngchan-kim opened 3 years ago

youngchan-kim commented 3 years ago

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

HalfdanJ commented 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

atumas-bananamilk commented 1 year ago

It's 2023.

Has Google released the API for this yet?