googlecreativelab / teachablemachine-community

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

How to build the project into your own server? #302

Closed Tiang-88 closed 1 year ago

Tiang-88 commented 1 year ago

How to build the project into your own server?

sryu1 commented 1 year ago

Hi @zzb16888 What do you mean by build the project? Do you mean the model?

Tinny-Robot commented 1 year ago

How to build the project into your own server?

@zzb16888 I guess your is:

Can I use Teachable Machine models with other libraries and platforms?

Yes. You can export your model as a TensorFlow.js model and host it on Teachable Machine, so you can call it into any website or app. You can also convert it to TensorFlow and TensorFlow Lite and download it for local use.

read more

Models made with Teachable Machine are TensorFlow.js models, so you can export them and use them anywhere Javascript runs — like on a website, on a server, or in some prototyping apps like Framer. Additionally, you can export your model to some other formats to use them in other platforms and environments.

Tiang-88 commented 1 year ago

Hi @zzb16888 What do you mean by build the project? Do you mean the model?

I mean: https://teachablemachine.withgoogle.com/train The same functions are built on their own web pages.

Tiang-88 commented 1 year ago

How to build the project into your own server?

@zzb16888 I guess your is:

Can I use Teachable Machine models with other libraries and platforms?

Yes. You can export your model as a TensorFlow.js model and host it on Teachable Machine, so you can call it into any website or app. You can also convert it to TensorFlow and TensorFlow Lite and download it for local use.

read more

Models made with Teachable Machine are TensorFlow.js models, so you can export them and use them anywhere Javascript runs — like on a website, on a server, or in some prototyping apps like Framer. Additionally, you can export your model to some other formats to use them in other platforms and environments.

I mean: https://teachablemachine.withgoogle.com/train The same functions are built on their own web pages.

Tiang-88 commented 1 year ago
image

That means you can do the same training function as this project on your own website? Thank you for your warm reply

Tiang-88 commented 1 year ago

Visit your own website, and you can do some of the functions in the above picture

sryu1 commented 1 year ago

Check out the source code for this repo, that's the code for everything in the site

Tiang-88 commented 1 year ago

查看此 repo 的源代码,这是站点中所有内容的代码

Hello, is the source code of this site open source? I want to build it for local use!Thank you very much

Tiang-88 commented 1 year ago

https://github.com/googlecreativelab/teachablemachine-community/issues/284 But when I saw this, it seemed that it could not be built locally

sryu1 commented 1 year ago

Hmm, It may be due to licensing issues, since there is the code for how it trains the data and all but no source for how the api is shown...

Tiang-88 commented 1 year ago

Can the source code be set up for use? I will simply use it after setting up I don't need to understand the principle