Skip to content

galuhsahid/ml-on-the-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published