Note: This is now a research page the summary of best practices page is at https://hpssjellis.github.io/tinyMLjs/public/index.html
This page is about an attempt to bring TensorflowJS together with WebSerial for direct computer and cell phone
Arduino style microcontroller connectivity to allow every University student to work on TinyML arduino style devices
but with the power of a cell phone.
### Inspiration for this site:
1. My own desire to bring simple hands on Robotics and TinyML to all undergrads at all Universities,
my Maker100 course is a starting point for that.
2. Andrej Karpathy's original work on Machine Learning using Javascript.
3. Vijay Janapa Reddi A Harvard Engineering Education Professor
who mentioned to our TinyML4D group "How are we going to teach the future of TinyML now?"
4. Marcelo Jose Rovai Engineer, writer and forever student. Who asked if what I was doing
with Javascript and webSerial could be used to simplify upload EdgeImpulse data using a .csv file.
.
.
Back to webSerial and the acceleration example. Can this be made to make it's own neural network
I guess it is best to work with the Nano33BleSense for acceleration but this code should be easy to adjust for the XIAO esp32s3 here and the Portenta using the MKR IU code here