GPT4 vision API Python Tutorial in to get you started

Sdílet
Vložit
  • čas přidán 8. 07. 2024
  • 🚀 Today, we're diving into the incredible world of GPT-4's Vision API. 🤖👁️
    In this quick intro tutorial, I'll guide you through the steps to run a OpenAI GPT-4 Vision API call in Python. Whether you're a beginner or an experienced coder, come join me for this wild ride.
    🔍 What You'll Learn:
    Setting Up the Environment: Get your Python environment ready for GPT-4 Vision API calls.
    API Call Basics: Understand the fundamentals of making an API call with GPT-4 vision.
    Analyzing Images with AI: Learn how to send images to the API and receive detailed descriptions.
    I am genuinely blown away by the potential future applications of this technology and only a little bit scared :D
    Subscribe for more fun!

Komentáře • 6

  • @miguelhguerrerov
    @miguelhguerrerov Před 7 měsíci

    Can this model works with people image? I want to sort 900 image from my gallery by my age, and its images aren't in the right timeline.

    • @MakeDataUseful
      @MakeDataUseful  Před 7 měsíci +1

      Good question! I would do a little testing around it. A popular algorithm that is fine tuned for this very task is available on hugging face huggingface.co/nateraw/vit-age-classifier. Testing is important, let me know if a video on the topic would be helpful!

  • @goldylock
    @goldylock Před 3 měsíci

    Where is eps 4 of the tent web scraping project that was posted in Nov 2023? As of April 2024, the project is still unfinished?

  • @WaldoTheWombat
    @WaldoTheWombat Před měsícem

    does it have to be an online link or can send it an image from my own machine?

    • @MakeDataUseful
      @MakeDataUseful  Před měsícem +1

      You can send an image from your local machine, checkout this part of the docs and if you want a tutorial let me know! platform.openai.com/docs/guides/vision/uploading-base-64-encoded-images

    • @WaldoTheWombat
      @WaldoTheWombat Před měsícem

      @@MakeDataUseful thanks