Interactive Vision Questioning with GPT-4o: MCU Integration Demo

Поділитися
Вставка

КОМЕНТАРІ • 25

  • @carlosvaldez9281
    @carlosvaldez9281 5 місяців тому +2

    Nice bro. Now we have a good tool to make very nice projects. Something like a robot could be interesting.

  • @muhammadshahzaib3813
    @muhammadshahzaib3813 5 місяців тому

    Thanks for another amazing video 🤩

  • @sparshsinghg
    @sparshsinghg 3 дні тому

    Thank you for your library! I’m trying to send images captured through esp32 cam but facing trouble while encoding to base64. Can you please share your code of how you did in the video?

    • @ThatProject
      @ThatProject  3 дні тому

      @@sparshsinghg Base64 encoding requires additional memory. This will increase as the captured image size increases. If you have an issue with this, try setting the image size to FRAMESIZE_QVGA or a lower resolution.

  • @susugar3338
    @susugar3338 5 місяців тому +2

    This makes more sense than Rabbit r1 and Humane AI pin ☠☠

    • @ThatProject
      @ThatProject  5 місяців тому

      lol. Have you ever actually used that device? I only saw them on video and they looked great.

  • @AviPatel_8800
    @AviPatel_8800 5 місяців тому +1

    Amazing Project. Can you provide the link for the code used in the video?
    I'm struggling to find that out
    thanks

  • @Yakroo108
    @Yakroo108 5 місяців тому +2

    👍👍👍

  • @JeromeDemers
    @JeromeDemers 5 місяців тому

    Eric, thank you for this library. I wanted to try something with chatgpt and esp32. I hope I can get this working. I think this open so many potential projects and ideas! I am interested with audio. I know espressif does have demo with microphone and speaker with the s3 box

    • @ThatProject
      @ThatProject  5 місяців тому

      Currently, only text and image data can use GPT-4o through API in OpenAI. In S3-BOX, the voice data is converted to text, then the API is called with the text data, and the content part of the response from the server is converted to TTS and output to the speaker. Anyway, I think we can develop many applications based on this.

  • @RWB123
    @RWB123 5 місяців тому

    Pretty cool!

  • @AHMADBAMBANGPUTRA
    @AHMADBAMBANGPUTRA 3 місяці тому

    hello amazing video for beginner like me, a quick request tho can you do a tutorial on how the chatGPT can read the image that u just captured? and what is the code?. thank you :)

    • @ThatProject
      @ThatProject  3 місяці тому

      I think I'll make a tutorial video for this.

  • @우로진아
    @우로진아 2 місяці тому

    what is your development board..?

    • @ThatProject
      @ThatProject  2 місяці тому +1

      @@우로진아 This is a custom board. It's simply an ESP32CAM with a display attached.

    • @우로진아
      @우로진아 10 днів тому

      @@ThatProject I'm working on a similar project using esp32s3. What size should I set the captured image? Is it possible in a size 1280x1024(FRAMESIZE_SXGA)?

    • @ThatProject
      @ThatProject  9 днів тому

      @@우로진아 What camera module do you use? Even if you get the maximum resolution, you may run out of memory for other tasks.

    • @우로진아
      @우로진아 9 днів тому

      @@ThatProject It's Freenove ESP32-S3-WROOM cam board (CAMERA_MODEL_ESP32S3_EYE)

    • @ThatProject
      @ThatProject  9 днів тому

      @ ESP32-S3-EYE has OV2640 and max resolution is 1600x1200. You can capture the resolution you want inside ESP32, but sending it to WiFI or doing other processing is a completely different topic.
      Still, working with high resolution image data is not easy because internal memory is always limited.

  • @lmntproject
    @lmntproject 27 днів тому

    can you do a tutorial step by step on how to make this project please? this is exactly the project i need for passing my final exam 😢

    • @ThatProject
      @ThatProject  26 днів тому

      I'll try it when I get the chance.

  • @BurhanuddinSakarwala-jn4ju
    @BurhanuddinSakarwala-jn4ju 5 місяців тому +1

    May the Lord Jesus bless you my friend. What's your opinion on Auracast?

    • @ThatProject
      @ThatProject  5 місяців тому

      I haven't actually used Auracast yet, so I can't say anything about it. However, it seems to be an innovative method for Bluetooth audio. I hope I get a chance to do a project on this.

  • @skyworth4436
    @skyworth4436 Місяць тому

    Can you send me your code?

    • @ThatProject
      @ThatProject  Місяць тому

      Have you tried the example projects?