AI-on-the-edge-device
AI-on-the-edge-device copied to clipboard
UI overhaul
The Feature
First of all thanks for this great project and all the work on it.
During my journey with AI on the edge (~6 months) I had some glitches/issues in the UI and always wondered if this could be improved. Recently I tried another ESP project, OpenDTU, which runs on an ESP32 dev board and has a beautiful bootstrap/VUE.js UI. I wonder if this could also be used on the ESP32 Cam for AI on the edge.
What do you think?

For sure the Web UI is a big patchwork. This is mainly due to is growth over time. If somebody is willing to rework it (and make it more responsive), we are open of it, but it's a huge task which has no priority on our list. It is complex, mainly because the firmware does not have a uniform REST API (sometimes its JSON, sometimes it plain text, ...).