Skip to content

Conversation

@dido18
Copy link
Owner

@dido18 dido18 commented Nov 16, 2025

Motivation

I discovered the amazing teachable machine project.
It allows training a model (via tensorflow.js) via a web browser into 3 different fields: images. sound, pose detection

Advantages with respect to edge impulse: runs ona web browser, the trainer is for kids, lower latency.

Changes

  • expose an HTTP endpoint to download the model. A model is a folder with the following files:
├── metadata.json  
├── model.json
└── weights.bin
  • extension to download the model and use it

@dido18 dido18 marked this pull request as draft November 16, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants