This repository contains all demos presented in:
- DevFest Yangon, 8 December 2020
- DevFest Singapore, 30 November 2019
- DevFest Brunei, 16 November 2019
- JSDay ID, 28 September 2019
All demos in this repository are using ml5.js.
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
Repositori ini berisi kumpulan demo terkait pembelajaran mesin di web yang dipresentasikan di:
- DevFest Singapore, 30 November 2019
- DevFest Brunei, 16 November 2019
- JSDay ID, 28 September 2019
Seluruh demo di repositori ini menggunakan library ml5.js.
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