mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2026-01-30 06:10:46 +03:00
Add Makefile and Markdown linter (#73)
* Add Makefile * Update .gitignore to exclude venv * Add requirements.txt for venv * Add pymarkdown lint Github action * Update .md from lint tool * Update README with make commands * Add linter config
This commit is contained in:
committed by
GitHub
parent
bbe3bd79db
commit
0cd98c67e2
@@ -8,6 +8,7 @@ Artificial intelligence based systems have been established in our everyday live
|
||||
Here this edge computing is brought into a practice-oriented example, where a AI network is implemented on a ESP32 device so: **AI on the edge**.
|
||||
|
||||
## Key features
|
||||
|
||||
- Tensorflow Lite (TFlite) integration - including easy to use wrapper
|
||||
- Inline image processing (feature detection, alignment, ROI extraction)
|
||||
- **Small** and **cheap** device (3x4.5x2 cm³, < 10 EUR)
|
||||
@@ -23,22 +24,19 @@ Here this edge computing is brought into a practice-oriented example, where a AI
|
||||
|
||||
{: style="width:600px"}
|
||||
|
||||
|
||||
### Hardware
|
||||
|
||||
{: style="width:200px"}
|
||||
{: style="width:200px"}
|
||||
{: style="width:200px"}
|
||||
|
||||
{: style="width:200px"}
|
||||
{: style="width:200px"}
|
||||
{: style="width:200px"}
|
||||
|
||||
### Web interface
|
||||
|
||||
{: style="width:600px"}
|
||||
{: style="width:600px"}
|
||||
|
||||
### Configuration Interface
|
||||
|
||||
{: style="width:600px"}
|
||||
|
||||
{: style="width:600px"}
|
||||
|
||||
**Have fun in studying the new possibilities and ideas**
|
||||
|
||||
@@ -53,6 +51,7 @@ There are two types of CNN implemented, a classification network for reading the
|
||||
This project is an evolution of the [water-meter-system-complete](https://github.com/jomjol/water-meter-system-complete), which uses ESP32-CAM just for taking the image and a 1GB-Docker image to run the neural network's backbone. Here everything is integrated in an ESP32-CAM module with 8MB of RAM and a SD card as data storage.
|
||||
|
||||
# Additional Tutorials
|
||||
|
||||
A lot of people created useful Youtube videos which might help you getting started.
|
||||
Here a small selection:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user