Qengineering/TensorFlow_Lite_Classification_RPi_zero
TensorFlow Lite on a bare Raspberry Pi Zero
This helps embedded systems developers add image classification capabilities to projects running on a Raspberry Pi Zero. It takes an image file and a pre-trained TensorFlow Lite model, then outputs the classification result (e.g., "school bus"). This is for engineers and hobbyists building low-cost, low-power computer vision applications.
No commits in the last 6 months.
Use this if you need to run basic image classification on an original Raspberry Pi Zero, leveraging its minimal power consumption and cost.
Not ideal if you need real-time inference, are using a more powerful Raspberry Pi (like a Zero 2 or 4), or require object detection rather than just classification.
Stars
19
Forks
2
Language
C++
License
BSD-3-Clause
Category
Last pushed
Nov 07, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Qengineering/TensorFlow_Lite_Classification_RPi_zero"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
geekwenjie/SmartJavaAI
🔥🔥🔥Java免费离线AI算法工具箱,支持人脸识别,活体检测,表情识别、目标检测、实例分割、行人检测、OCR文字识别、车牌识别、表格识别、ASR+TTS、机器翻译等功能,Maven引用即可使用。...
amitshekhariitbhu/Android-TensorFlow-Lite-Example
Android TensorFlow Lite Machine Learning Example
amitshekhariitbhu/AndroidTensorFlowMachineLearningExample
Android TensorFlow MachineLearning Example (Building TensorFlow for Android)
jenly1314/MLKit
🌝 MLKit是一个强大易用的工具包。通过ML Kit您可以很轻松的实现文字识别、条码识别、图像标记、人脸检测、对象检测等功能。
nihui/ncnn-android-squeezenet
The squeezenet image classification android example