All Projects → f0cal → google-coral

f0cal / google-coral

Licence: other
Community gathering point for Google Coral dev board and dongle knowledge.

Projects that are alternatives of or similar to google-coral

rpi-urban-mobility-tracker
The easiest way to count pedestrians, cyclists, and vehicles on edge computing devices or live video feeds.
Stars: ✭ 75 (-7.41%)
Mutual labels:  edge-computing, tensorflow-lite
tflite flutter helper
TensorFlow Lite Flutter Helper Library
Stars: ✭ 85 (+4.94%)
Mutual labels:  tensorflow-lite
nott
The New OTT Platform - an excuse to discuss and design a simple edge computing platform
Stars: ✭ 46 (-43.21%)
Mutual labels:  edge-computing
pico-mnist
Number recognition with MNIST on Raspberry Pi Pico + TensorFlow Lite for Microcontrollers
Stars: ✭ 44 (-45.68%)
Mutual labels:  tensorflow-lite
MobileNetV2-PoseEstimation
Tensorflow based Fast Pose estimation. OpenVINO, Tensorflow Lite, NCS, NCS2 + Python.
Stars: ✭ 99 (+22.22%)
Mutual labels:  tensorflow-lite
SketchRecognition
Model and Android app for sketch recognition using Google's quickdraw dataset
Stars: ✭ 28 (-65.43%)
Mutual labels:  tensorflow-lite
edge-tpu-servers
Object and face recognition using Google's edge TPU
Stars: ✭ 37 (-54.32%)
Mutual labels:  tpu-acceleration
Tensorflow-lite-kotlin-samples
📌This repo contains the kotlin implementation of TensorflowLite Example Android Apps🚀
Stars: ✭ 17 (-79.01%)
Mutual labels:  tensorflow-lite
DeepThings
A Portable C Library for Distributed CNN Inference on IoT Edge Clusters
Stars: ✭ 49 (-39.51%)
Mutual labels:  edge-computing
mruby-tflite
MRuby binding for TensorFlow Lite
Stars: ✭ 14 (-82.72%)
Mutual labels:  tensorflow-lite
fog05
End-to-End Compute, Storage and Networking Virtualisation.
Stars: ✭ 50 (-38.27%)
Mutual labels:  edge-computing
peerjs-python
Python port of PeerJS client
Stars: ✭ 56 (-30.86%)
Mutual labels:  edge-computing
BodyPoseEstimationAndroid
🙋‍♂️Use Body Pose Estimation to perform pose matching on Android
Stars: ✭ 15 (-81.48%)
Mutual labels:  tensorflow-lite
keras openvino
How to run Keras model inference x3 times faster with CPU and Intel OpenVINO
Stars: ✭ 32 (-60.49%)
Mutual labels:  edge-computing
Awesome-Federated-Machine-Learning
Everything about federated learning, including research papers, books, codes, tutorials, videos and beyond
Stars: ✭ 190 (+134.57%)
Mutual labels:  edge-computing
web
realness.online
Stars: ✭ 15 (-81.48%)
Mutual labels:  edge-computing
freeioe
FreeIOE is a framework for building IOE (Internet Of Everything) edge-computing gateway 开源的边缘计算网关框架. 讨论群: 291292378
Stars: ✭ 77 (-4.94%)
Mutual labels:  edge-computing
Edge2Guard
Code for PerCom Workshop paper title 'Edge2Guard: Botnet Attacks Detecting Offline Models for Resource-Constrained IoT Devices'
Stars: ✭ 16 (-80.25%)
Mutual labels:  edge-computing
react-native-tflite
Tensorflow Lite for React Native (now just support ios)
Stars: ✭ 20 (-75.31%)
Mutual labels:  tensorflow-lite
Train plus plus
Repo and code of the IEEE UIC paper: Train++: An Incremental ML Model Training Algorithm to Create Self-Learning IoT Devices
Stars: ✭ 17 (-79.01%)
Mutual labels:  edge-computing

Community (read: "unofficial") gathering point for Google Coral dev board and dongle knowledge.

Start Here

What's up? Where to go
Got a Coral dev board. What do I do? There's an official Getting Started Guide.
Can't get something working. The issue tracker is where we talk through problems.
Found something wrong in Google's docs. Stick it in the issue tracker as a public service.

Overview

Officially, Google Coral is two devices:

Dev Board
A single-board computer with a removable system-on-module (SOM) featuring the Edge TPU.
*    Supported OS: Mendel Linux (derivative of Debian)
*    Supported Framework: TensorFlow Lite
*    Languages: Python (C++ coming soon)

and

USB Accelerator
A USB accessory featuring the Edge TPU that brings ML inferencing to existing systems.
*    Supported OS: Debian Linux
*    Compatible with Raspberry Pi boards
*    Supported Framework: TensorFlow Lite

Source: https://coral.withgoogle.com/

These devices are brand-spanking new, and as of right now there is very little supporting documentation. This repo exists to help interested devs avoid the twisted hellscape that is Google Product Forums.

Dev Board

OS notes

  • Given the observations below (primarily the libc version) the OS appears to be a stock version of Debian 9.0 (Stretch). This knowledge allows us to access Debian sources without much concern.
$ lsb_release -a
No LSB modules are available.
Distributor ID:	Mendel
Description:	Mendel GNU/Linux Beaker
Release:	mendel-beaker
$ cat /etc/debian_version
buster/sid
$ cat /etc/apt/sources/list
deb [arch=arm64] https://packages.cloud.google.com/apt mendel-bsp-enterprise-beaker main
deb-src https://packages.cloud.google.com/apt mendel-bsp-enterprise-beaker main
deb [arch=arm64] https://packages.cloud.google.com/apt mendel-beaker main
deb-src https://packages.cloud.google.com/apt mendel-beaker main
$ /lib/aarch64-linux-gnu/libc.so.6 
GNU C Library (Debian GLIBC 2.24-11+deb9u4) stable release version 2.24, by Roland McGrath et al.
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 6.3.0 20170516.
Available extensions:
	crypt add-on version 2.1 by Michael Glad and others
	GNU Libidn by Simon Josefsson
	Native POSIX Threads Library by Ulrich Drepper et al
	BIND-8.2.3-T5B
libc ABIs: UNIQUE
For bug reporting instructions, please see:
<http://www.debian.org/Bugs/>.
$ gcc --version
gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ cat /proc/version 
Linux version 4.9.51-imx (pbuilder@49cfd4856c32) (gcc version 6.3.0 20170516 (Debian 6.3.0-18) ) #1 SMP PREEMPT Thu Jan 31 01:58:26 UTC 2019
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].