Supplier Risk Assessment with GPT4o - AI for Business Analysis

Sdílet
Vložit
  • čas přidán 17. 06. 2024
  • Learn how to assess supplier risk using AI with GPT4o. Discover how AI is transforming business analysis in accounting and finance with this powerful tool.
    In this video we are creating a narrative reporting to assess the risk of a supplier from their financial using Generative AI. GPT4o can create beautiful narrative reports with a little prompting expertise.
    I have the code for this on GitHub: github.com/analyticswithadam/...
    All you need to do is get a free api key from alpha vantage, add it and you are good to go: www.alphavantage.co/support/#...
  • Jak na to + styl

Komentáře • 3

  • @shahariarhossainremon6500

    Hi! Can you make a video on how we can Fine tune the gpt on custom dataset with image.
    And then in colab code we will use the API and our Fine tuned model to test it with image whether it can response like our image text pair dataset.

    • @analyticswithadam
      @analyticswithadam  Před 2 dny

      I generally just use the models out of the box… what exactly are you trying to do?

    • @shahariarhossainremon6500
      @shahariarhossainremon6500 Před 2 dny

      @@analyticswithadam I have a multimodal dataset(image + text). And I want to use this dataset to train the gpt model. And then I can ask question from my dataset with image and it can answer me based on the image and my question.