An open API service indexing awesome lists of open source software.

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

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)