AI-on-the-edge-device icon indicating copy to clipboard operation
AI-on-the-edge-device copied to clipboard

UI overhaul

Open CFenner opened this issue 2 years ago • 1 comments

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?

CFenner avatar Sep 12 '23 22:09 CFenner

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, ...).

caco3 avatar Sep 14 '23 19:09 caco3