awesome-teachable-machine
Useful resources for creating projects with Teachable Machine models + curated list of already built Awesome Apps! (by SashiDo)
FtcRobotController
By FIRST-Tech-Challenge
awesome-teachable-machine | FtcRobotController | |
---|---|---|
93 | 103 | |
215 | 934 | |
0.0% | 1.9% | |
0.0 | 3.6 | |
almost 3 years ago | 23 days ago | |
Java | ||
Creative Commons Zero v1.0 Universal | BSD 3-clause Clear License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
awesome-teachable-machine
Posts with mentions or reviews of awesome-teachable-machine.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-02.
- Teachable Machine
-
Integrating AI and Coding in Early STEM Education
References: Scratch Blockly Google Teachable Machine LEGO Spike Prime
-
Exploring ML Models with TensorFlow.js for Browser Applications 🚀
Google’s Teachable Machine: Create ML models without coding.
-
Ask HN: Tool(s) to calculate horse hoof angles
Not sure if I've seen anything of the sort, seems rather specific. Maybe try a Teachable Machine project? https://teachablemachine.withgoogle.com/
- Google Teachable Machine
-
What is Machine Learning?
Train a computer to recognize your images, sounds, and poses. Use this resource to gain a better understanding.
- Unleashing the Power of TensorFlow: Integrating Machine Learning Magic into Your Flutter Apps 🚀✨
-
Is there any neural network or LLM like chatgpt,midjourney that can help us train and generate custom sounds
[Teachable Machine](https://teachablemachine.withgoogle.com/)
-
Building Simple and Customizable Image Classifier with Teachable Machine and Python
We will create an machine learning model that can classify Arabic and English books. To collect, train, and test data, we will use Teachable Machine from Google.
-
SOOO...where should i learn machine learning for free??
a lot of places! but for a high schooler, better to focus at what you want to do first. or if you still haven't gotten any idea, try a simple explanation on what ml is without the math on youtube and tinker around a no code machine learning platform like https://teachablemachine.withgoogle.com/
FtcRobotController
Posts with mentions or reviews of FtcRobotController.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-08.
- Rev Color Sensor
-
Can you broadcast a driver hub's screen to access it on a computer?
Yes, APK from Github, or just connect your phone to the REV Hardware Client.
-
Field Centric Drive Help
I think I just stumbled upon where the team got the IMU initialization from. Take a look at the sample code in https://github.com/FIRST-Tech-Challenge/FtcRobotController/blob/master/FtcRobotController/src/main/java/org/firstinspires/ftc/robotcontroller/external/samples/SensorBNO055IMU.java
-
Faster Way to Scan with the Rev 2M Distance Sensor?
You can read my testing notes here https://github.com/FIRST-Tech-Challenge/FtcRobotController/issues/317 but there is a way to make it slightly faster
-
Delayed actions without sleep()
Although written for Blocks, this tutorial can help new Java programmers too: https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Timers-in-FTC-Blocks
-
Deploying Code from Android Studio
are you working from the FtcRobotController project? https://github.com/FIRST-Tech-Challenge/FtcRobotController
- Need help making custom sleep from the ftc ml tool chain
- HI…. I need help for programming the camera
-
Hello i've recently had a question about improving my TeleOP (i'm on the mechanic departament and also a driver in my team) i've noticed that during TeleOp if the other driver presses something on their controller it messes up my movement. Can anyone give me some aditional help???
Here's a sample program that uses deadlines
-
Writing an I2C Driver for MaxBotix Ultrasonic
https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Writing-an-I2C-Driver This is the core tutorial on i2c devices, although its a little out of date so YMMV. Some things like the constructor may need to be tweaked (I believe there is now a second parameter in the super?). However the core of it is still accurate.
What are some alternatives?
When comparing awesome-teachable-machine and FtcRobotController you can also consider the following projects:
examples - TensorFlow examples
gm0 - Game Manual 0 - The most extensive guide out there for FTC
public-apis - A collective list of free APIs
ftc-dashboard - React-based web dashboard designed for FTC
tfjs-models - Pretrained models for TensorFlow.js
PhotonFTC