teachablemachine-community icon indicating copy to clipboard operation
teachablemachine-community copied to clipboard

Example code snippets and machine learning code for Teachable Machine

Results 119 teachablemachine-community issues
Sort by recently updated
recently updated
newest added

Hello, I downloaded the model, teachablemachine pose. min. js, and tf. min. js locally and referenced them in the local HTML code. The run was successful, but this is only...

Hi! I'm making some project with this fancy library, but now I'm stuck with React translations. I made some pose examples with Teachable Machine Website, and I exported them with...

bug

The example EdgeTPU python code uses cv2.VideoCapture but doesn't convert from the default BGR format. Should the code have something like `frame_rgb = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB)` before the classifier is called?

I created a pose model with 2 classes, once the model was created it shows the following: ![image](https://user-images.githubusercontent.com/70033616/131124243-a1bf976f-d5cd-4e33-bc96-43557a276cd6.png) this is the error I am getting ![image](https://user-images.githubusercontent.com/70033616/131124485-fce474b1-3441-44f8-96a7-615058edaeb2.png) I tried opening this...

**Describe the bug** I am trying to use `@tensorflow/tfjs` and `@teachablemachine/pose` with a simple Vite app. While tfjs installs fine with `npm i`, I am getting the following dependency tree...

bug

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

**Describe the bug** When trying to access the webcam for image or pose projects, I get this error in Firefox's console: `Uncaught (in promise) DOMException: The fetching process for the...

bug

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.13 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Hey! First of all I have to say I just love how simple and easy to use your website is It's absolutely amazing! I made a model, checked it using...