mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-06 11:36:53 +03:00
update pages
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Welcome
|
||||
Welcome to the AI-on-the-edge-device!
|
||||
This is the project documentation. For the source code, please head to [github.com/jomjol/AI-on-the-edge-device](https://github.com/jomjol/AI-on-the-edge-device).
|
||||
|
||||
Welcome to the AI-on-the-edge-device project!
|
||||
|
||||
This is the documentation. For the source code, please head to [github.com/jomjol/AI-on-the-edge-device](https://github.com/jomjol/AI-on-the-edge-device).
|
||||
|
||||
Artificial intelligence based systems have been established in our every days live. Just think of speech or image recognition. Most of the systems relay on either powerful processors or a direct connection to the cloud for doing the calculations up there. With the increasing power of modern processors the AI systems are coming closer to the end user - which is usually called **edge computing**.
|
||||
Here this edge computing is brought into a practical oriented example, where a AI network is implemented on a ESP32 device so: **AI on the edge**.
|
||||
@@ -16,23 +18,24 @@ Here this edge computing is brought into a practical oriented example, where a A
|
||||
|
||||
## Idea
|
||||
|
||||
<img src="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/idea.jpg" width="600">
|
||||
{: style="width:600px"}
|
||||
|
||||
|
||||
### Hardware
|
||||
|
||||
<img src="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/watermeter_all.jpg" width="200"><img src="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/main.jpg" width="200"><img src="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/size.png" width="200">
|
||||
{: style="width:200px"}
|
||||
{: style="width:200px"}
|
||||
{: style="width:200px"}
|
||||
|
||||
|
||||
|
||||
### Web interface
|
||||
|
||||
<img src="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/watermeter.jpg" width="600">
|
||||
{: style="width:600px"}
|
||||
|
||||
### Configuration Interface
|
||||
|
||||
<img src="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/edit_reference.jpg" width="600">
|
||||
|
||||
{: style="width:600px"}
|
||||
|
||||
|
||||
**Have fun in studying the new possibilities and ideas**
|
||||
@@ -51,12 +54,11 @@ This project is a evolution of the [water-meter-system-complete](https://github.
|
||||
## Functionality
|
||||
This systems implements several functions:
|
||||
|
||||
* water meter readout
|
||||
* picture provider
|
||||
* file server
|
||||
* OTA functionality
|
||||
* graphical configuration manager
|
||||
* web server
|
||||
|
||||
The details can be found here: [[Integrated Functions]]
|
||||
* Water/gas/electrity/... meter readout
|
||||
* Picture provider
|
||||
* File server
|
||||
* OTA Update functionality
|
||||
* Graphical configuration manager
|
||||
* Web server
|
||||
|
||||
The details can be found here: [Integrated Functions](Integrated Functions)
|
||||
|
||||
Reference in New Issue
Block a user