Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/galliot-us/neuralet

Neuralet is an open-source platform for edge deep learning models on edge TPU, Jetson Nano, and more.
https://github.com/galliot-us/neuralet

coral-tpu deep-learning deep-neural-networks edge-ai edge-computing edge-tpu edgetpu jetson-nano jetson-nano-developer-kit jetsonnano object-detection ros ros-kinetic ros-melodic social-distancing social-distancing-detection

Last synced: about 2 months ago
JSON representation

Neuralet is an open-source platform for edge deep learning models on edge TPU, Jetson Nano, and more.

Awesome Lists containing this project

README

        

> **Galliot now hosts all Neuralet’s content and expertise gained in three years of work and completing high-quality applications, mainly in Computer Vision and Deep Learning. [More Info](https://galliot.us/blog/neuralet-migrated-to-galliot/)**

# Neuralet >>>

Neuralet is an open-source platform for deep learning models on GPUs, TPUs, and more. This open-source project was backed by the Galliot team (galliot.us) in 2019, and later added to their portfolio. The goal is to make it easier to start and evaluate deep learning models on different edge devices.

We currently provide models for [Coral Dev Board TPU](https://coral.ai/products/dev-board/) and amd64 node with attached usb edge TPU, and soon will release models for other edge devices such as [NVIDIA Jetson](https://developer.nvidia.com/embedded/jetson-nano-developer-kit) and more.

Please join [our slack channel](https://join.slack.com/t/neuralet/shared_invite/zt-g1w9o45u-Y4R2tADwdGBCruxuAAKgJA) or reach out to [email protected] if you have any questions.

## How to use Neuralet?

Neuralet is a set of docker containers that are packaged to run directly on the device. A separate docker container is built for each model on each device to make it very simple to get started with any model on any device.

### Currently supported models

#### amd64 + edge TPU
Image Classification
* [efficientnet-edgetpu-L](https://github.com/galliot-us/neuralet/tree/master/amd64/efficientnet-edgetpu-L)
* [efficientnet-edgetpu-M](https://github.com/galliot-us/neuralet/tree/master/amd64/efficientnet-edgetpu-M)
* [efficientnet-edgetpu-S](https://github.com/galliot-us/neuralet/tree/master/amd64/efficientnet-edgetpu-S)
* [inception_v1_224_quant_20181026](https://github.com/galliot-us/neuralet/tree/master/amd64/inception_v1_224_quant_20181026)
* [inception_v2_224_quant_20181026](https://github.com/galliot-us/neuralet/tree/master/amd64/inception_v2_224_quant_20181026)
* [inception_v3_quant](https://github.com/galliot-us/neuralet/tree/master/amd64/inception_v3_quant)
* [inception_v4_299_quant](https://github.com/galliot-us/neuralet/tree/master/amd64/inception_v4_299_quant)
* [mobilenet_v1_1.0_224](https://github.com/galliot-us/neuralet/tree/master/amd64/mobilenet_v1_1.0_224)
* [mobilenet_v2_1.0_224](https://github.com/galliot-us/neuralet/tree/master/amd64/mobilenet_v2_1.0_224)
* [mobilenet_v2_1.0_224_inat_bird](https://github.com/galliot-us/neuralet/tree/master/amd64/mobilenet_v2_1.0_224_inat_bird)
* [mobilenet_v2_1.0_224_inat_insect](https://github.com/galliot-us/neuralet/tree/master/amd64/mobilenet_v2_1.0_224_inat_insect)
* [mobilenet_v2_1.0_224_inat_plant](https://github.com/galliot-us/neuralet/tree/master/amd64/mobilenet_v2_1.0_224_inat_plant)

Object Detection
* [mobilenet_ssd_v1](https://github.com/galliot-us/neuralet/tree/master/amd64/mobilenet_ssd_v1)
* [mobilenet_ssd_v2](https://github.com/galliot-us/neuralet/tree/master/amd64/mobilenet_ssd_v2)
* [mobilenet_ssd_v2_face](https://github.com/galliot-us/neuralet/tree/master/amd64/mobilenet_ssd_v2_face)

#### Coral Dev Board
Image Classification
* [efficientnet-edgetpu-L](https://github.com/galliot-us/neuralet/tree/master/coral-dev-board/efficientnet-edgetpu-L)
* [efficientnet-edgetpu-M](https://github.com/galliot-us/neuralet/tree/master/coral-dev-board/efficientnet-edgetpu-M)
* [efficientnet-edgetpu-S](https://github.com/galliot-us/neuralet/tree/master/coral-dev-board/efficientnet-edgetpu-S)
* [inception_v1_224_quant_20181026](https://github.com/galliot-us/neuralet/tree/master/coral-dev-board/inception_v1_224_quant_20181026)
* [inception_v2_224_quant_20181026](https://github.com/galliot-us/neuralet/tree/master/coral-dev-board/inception_v2_224_quant_20181026)
* [inception_v3_quant](https://github.com/neuralet/neuralet/tree/master/coral-dev-board/inception_v3_quant)
* [inception_v4_299_quant](https://github.com/neuralet/neuralet/tree/master/coral-dev-board/inception_v4_299_quant)
* [mobilenet_v1_1.0_224](https://github.com/neuralet/neuralet/tree/master/coral-dev-board/mobilenet_v1_1.0_224)
* [mobilenet_v2_1.0_224](https://github.com/neuralet/neuralet/tree/master/coral-dev-board/mobilenet_v2_1.0_224)
* [mobilenet_v2_1.0_224_inat_bird](https://github.com/neuralet/neuralet/tree/master/coral-dev-board/mobilenet_v2_1.0_224_inat_bird)
* [mobilenet_v2_1.0_224_inat_insect](https://github.com/neuralet/neuralet/tree/master/coral-dev-board/mobilenet_v2_1.0_224_inat_insect)
* [mobilenet_v2_1.0_224_inat_plant](https://github.com/neuralet/neuralet/tree/master/coral-dev-board/mobilenet_v2_1.0_224_inat_plant)

Object Detection
* [mobilenet_ssd_v1](https://github.com/neuralet/neuralet/tree/master/coral-dev-board/mobilenet_ssd_v1)
* [mobilenet_ssd_v2](https://github.com/neuralet/neuralet/tree/master/coral-dev-board/mobilenet_ssd_v2)
* [mobilenet_ssd_v2_face](https://github.com/neuralet/neuralet/tree/master/coral-dev-board/mobilenet_ssd_v2_face)

#### NVIDIA Jetson Nano
Coming soon.

## Contact

You can reach us via these channels:
- [Join our slack channel](https://join.slack.com/t/neuralet/shared_invite/zt-g1w9o45u-Y4R2tADwdGBCruxuAAKgJA)
- [@galliot_us](https://twitter.com/Galliot_us) on Twitter
- [GitHub Issues](https://github.com/galliot-us/models/issues)
- [[email protected]](mailto:[email protected]?subject=Hello)

## License
[Apache License 2.0](https://github.com/neuralet/neuralet/blob/master/LICENCE)