https://github.com/shiffman/le-tank-workshop
Links for Le Tank Workshop
https://github.com/shiffman/le-tank-workshop
Last synced: 3 months ago
JSON representation
Links for Le Tank Workshop
- Host: GitHub
- URL: https://github.com/shiffman/le-tank-workshop
- Owner: shiffman
- Created: 2019-01-06T11:07:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T14:48:47.000Z (over 6 years ago)
- Last Synced: 2025-01-24T19:26:30.205Z (5 months ago)
- Size: 579 KB
- Stars: 19
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Le-Tank-Workshop
## Links from Workshop
* [Live Stream](https://youtu.be/yEYgXP04GpI)
* [Web Editor Template](https://editor.p5js.org/codingtrain/sketches/B1ZSZP1M4)
* [KNN Image Example](https://editor.p5js.org/ml5/sketches/Hkgk85CbE)
* [KNN PoseNet Example](https://editor.p5js.org/ml5/sketches/HkmmE7kM4)
* [Final Sketch Example](https://editor.p5js.org/codingtrain/sketches/S1XJP_Jf4) - The final sketch created during the live stream.## Reference links
* [Tensorflow JS](https://js.tensorflow.org/)
* [ml5js](https://ml5js.org/)
* [Teachable Machine](https://teachablemachine.withgoogle.com/) - WithGoogle
* [Machine Learning for the Web](https://github.com/yining1023/machine-learning-for-the-web) - Yining Shi ([@yining1023](https://github.com/yining1023) on Github)
* [Examples built with TensorFlow.js](https://github.com/tensorflow/tfjs-examples)
* [Webcam Pacman](https://storage.googleapis.com/tfjs-examples/webcam-transfer-learning/dist/index.html) (from tfjs-examples)
* [Pong-ML](https://github.com/matamalaortiz/Pong-ML) - Alejandro Matamala ([@matamalaortiz](https://github.com/matamalaortiz) on Github)
* [How to build a Teachable Machine with TensorFlow.js](https://beta.observablehq.com/@nsthorat/how-to-build-a-teachable-machine-with-tensorflow-js) - Nikhil Thorat ([@nsthorat](https://github.com/nsthorat) on Github)
* [DoodleClassifier](https://ml4a.github.io/guides/DoodleClassifier/)
* [Universal Sentence Encoder](https://arxiv.org/abs/1803.11175)