googlecreativelab / teachable-machine-v1

Explore how machine learning works, live in the browser. No coding required.
https://g.co/teachablemachine
Apache License 2.0
3.85k stars 600 forks source link

Can this be deployed to a shared host? #34

Open marklendl opened 5 years ago

marklendl commented 5 years ago

I'm a newbie to this and am trying to deploy to a domain on a shared hosting plan.

Is this possible? If so, are there any steps to guide me?

Thanks!

hapticdata commented 5 years ago

It is possible to deploy this to a shared host but would take some work, you would need to sort out the site's paths that are listed in the app.yaml file.

However, we do also have the Teachable Machine Boilerplate, a minimal repository setup for experimenting with teachable machine and already configured for static hosting like on a shared plan.