All Projects → iwatake2222 → pico-mnist

iwatake2222 / pico-mnist

Licence: Apache-2.0 License
Number recognition with MNIST on Raspberry Pi Pico + TensorFlow Lite for Microcontrollers

Programming Languages

C++
36643 projects - #6 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to pico-mnist

MobileNetV2-PoseEstimation
Tensorflow based Fast Pose estimation. OpenVINO, Tensorflow Lite, NCS, NCS2 + Python.
Stars: ✭ 99 (+125%)
Mutual labels:  raspberrypi, tensorflow-lite
TPU-MobilenetSSD
Edge TPU Accelerator / Multi-TPU + MobileNet-SSD v2 + Python + Async + LattePandaAlpha/RaspberryPi3/LaptopPC
Stars: ✭ 82 (+86.36%)
Mutual labels:  raspberrypi, tensorflow-lite
Raspberry-ssd1306
ssd1306 Command Line Tool for Raspberry Pi
Stars: ✭ 34 (-22.73%)
Mutual labels:  raspberrypi
jlcross
Dockerfiles for arm devices e.g. Raspberry Pi Series
Stars: ✭ 25 (-43.18%)
Mutual labels:  raspberrypi
wifi-connect
Easy WiFi setup for Linux devices from your mobile phone or laptop
Stars: ✭ 1,043 (+2270.45%)
Mutual labels:  raspberrypi
AdGuard-WireGuard-Unbound-Cloudflare
The Ultimate Network Security Guide 🔒 Protection | 🔎 Privacy | 🚀 Performance on home network 24/7 🕛 Accessible anywhere 🌏
Stars: ✭ 160 (+263.64%)
Mutual labels:  raspberrypi
cpuminer-arm
CPU Miner (minerd) for Raspberry Pi and other ARM based boards
Stars: ✭ 17 (-61.36%)
Mutual labels:  raspberrypi
pigpio-client
A nodejs client for pigpio socket interface.
Stars: ✭ 24 (-45.45%)
Mutual labels:  raspberrypi
smart-garden-ornaments
The smart garden ornaments project! 🦩🌱🤖
Stars: ✭ 20 (-54.55%)
Mutual labels:  raspberrypi
rpi-docker-letsencrypt-nginx-proxy-companion
RPI-compatible LetsEncrypt companion container for nginx-proxy
Stars: ✭ 42 (-4.55%)
Mutual labels:  raspberrypi
root-ro
Read-only root filesystem for Raspbian Stretch (using overlay)
Stars: ✭ 75 (+70.45%)
Mutual labels:  raspberrypi
MagPiDownloader
Downloads all the Mag Pi (Raspberry Pi Magazine) on your Windows, Mac OS or Linux or with Docker
Stars: ✭ 70 (+59.09%)
Mutual labels:  raspberrypi
griode
Griode + Novation Launchpad + Raspberry Pi = a music instrument!
Stars: ✭ 116 (+163.64%)
Mutual labels:  raspberrypi
WoR-Translations
Language files for the Windows on Raspberry imager.
Stars: ✭ 34 (-22.73%)
Mutual labels:  raspberrypi
raspiApWlanScripts
Wifi station/AP mode scripts
Stars: ✭ 24 (-45.45%)
Mutual labels:  raspberrypi
RPiPlay
An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up.
Stars: ✭ 4,113 (+9247.73%)
Mutual labels:  raspberrypi
TFLite-Mobile-Generic-Object-Localizer
Python TFLite scripts for detecting objects of any class in an image without knowing their label.
Stars: ✭ 42 (-4.55%)
Mutual labels:  tensorflow-lite
pi-asciicam
A live stream ASCII webcam server for Raspberry Pis using websockets, written in go.
Stars: ✭ 18 (-59.09%)
Mutual labels:  raspberrypi
la-maison-pythonic
Projet didactique du livre "Python, Raspberry-Pi et Flask" avec ESP8266 sous MicroPython
Stars: ✭ 16 (-63.64%)
Mutual labels:  raspberrypi
mruby-tflite
MRuby binding for TensorFlow Lite
Stars: ✭ 14 (-68.18%)
Mutual labels:  tensorflow-lite

About

Number recognition with MNIST on Raspberry Pi Pico + TensorFlow Lite for Microcontrollers

demo

Device

img

  • Raspberry Pi Pico
  • LCDディスプレイ 2.8"240x320 SPI TFT LCDタッチパネルシリアルポートモジュール+ PCB ILI9341 5V / 3.3V
    • LCD: Ili9341 (SPI)
    • Touch Panel: TSC2046 (SPI)

Wiring

Build

git clone https://github.com/iwatake2222/pico-mnist.git
cd pico-mnist
git submodule update --init
cd pico-sdk && git submodule update --init && cd ..
mkdir build && cd build

# For Windows Visual Studio 2019 (Developer Command Prompt for VS 2019)
# cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Debug -DPICO_DEOPTIMIZED_DEBUG=on
cmake .. -G "NMake Makefiles"
nmake

# For Windows MSYS2 (Run the following commands on MSYS2)
# cmake .. -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Debug -DPICO_DEOPTIMIZED_DEBUG=on
cmake .. -G "MSYS Makefiles" 
make

Model

Acknowledgements

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].