Image processing with ESP32-CAM |Deep Learning|Creating UI| Free Code📝🧑🏻‍💻available|

Sdílet
Vložit
  • čas přidán 20. 08. 2024

Komentáře • 6

  • @sermadreda399
    @sermadreda399 Před 2 lety +1

    Great video thank you for sharing

  • @expotech2594
    @expotech2594 Před 2 lety

    Hi, So just to clarify, is this code using a tflite model, and doing all of the processing upon the esp32, or are you simply feeding images from esp32 into the computer, computing there then displaying on a web server?

    • @wiredai2195
      @wiredai2195  Před 2 lety

      The core process is happening in browser. Esp32cam only holds the source code and all the image processing is being done in your browser. All the magic is through JavaScript and jQuery (which is getting executed on client (browsers that are accessing the esp32 server)
      TF js framework > mobilenet model.

    • @expotech2594
      @expotech2594 Před 2 lety +1

      @@wiredai2195 Thank you for your speedy reply. That's great, sadly I want to do the processing on the esp32 instead, but good to know of external processing methods.

  • @ralphtanakamapuranga6738

    If i want to use a model.json file instead of the mobilenet model how do i do that?