galuhsahid / ml-on-the-web

Repository for the Machine Learning on the Web talk

Home Page:https://speakerdeck.com/galuhsahid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning on the Web

This repository contains all demos presented in:

All demos in this repository are using ml5.js.

Running on localhost

If you have Python installed in your computer, you can run the following commands:

Python 3:

python -m http.server 8081

Python 2.7:

python -m SimpleHTTPServer 8081

You can open the application in:

  • Image Classification: localhost:8081/image-classification
  • Rock-Paper-Scissors: localhost:8081/rock-paper-scissors
  • Scroll with Your Voice: localhost:8081/speech

References

Credits


Repositori ini berisi kumpulan demo terkait pembelajaran mesin di web yang dipresentasikan di:

Seluruh demo di repositori ini menggunakan library ml5.js.

Menjalankan aplikasi di localhost

Apabila Python sudah ter-install di komputer Anda, Anda dapat menjalankan perintah berikut:

Python 3:

python -m http.server 8081

Python 2.7:

python -m SimpleHTTPServer 8081

Aplikasi dapat dibuka di:

  • Klasifikasi Gambar: localhost:8081/image-classification
  • Rock-Paper-Scissors: localhost:8081/rock-paper-scissors
  • Scroll with Your Voice: localhost:8081/speech

Referensi

Credits

About

Repository for the Machine Learning on the Web talk

https://speakerdeck.com/galuhsahid/


Languages

Language:HTML 75.1%Language:JavaScript 17.8%Language:CSS 7.1%