Using Google Gemini API with No Code in AI Workflows

Поділитися
Вставка
  • Опубліковано 29 лип 2024
  • Using Google Gemini API in your AI workflows with no-code ease and low-code power.
    Quickstart for free 👉 buildship.com
    Chat support: buildship.com/discord
    Tweets: / buildshipapp
    Introducing Google Gemini: A Guide to Advanced AI Integration in BuildShip Workflows. BuildShip is a low-code Visual Backend and AI workflows builder
    The video provides a detailed introduction to Google's advanced AI model, Google Gemini. Released as a successor to Bard, Gemini exhibits superior benchmarks in comparison to Chat GPT 4 and is much more than just a chatbot. It's multimodal, capable of inputting and outputting both text and images, and can be used for varied tasks such as text summaries, image classification, and content generation. The video then takes viewers through the process of integrating Gemini into BuildShip workflows, demonstrating specific use cases such as text counting, model selection, and building workflows. It also offers a sneak-peek into Gemini's future developments and applications.
    00:00 Introduction to Google Gemini
    00:23 Exploring the Features of Google Gemini
    00:53 Getting Started with Google Gemini AI Node
    01:01 Understanding the Use Cases of Google Gemini
    01:27 Setting Up the Google AI API Key
    01:39 Choosing the Right Model for Your Needs
    02:05 Creating a BuildShip Workflow with Gemini Pro
    02:57 Testing the Workflow with a Real Example
    03:15 Exploring the Gemini Pro Vision Model
    04:14 Conclusion and Next Steps
    #nocode #backend #apibuilder #lowcode #cronjob #scheduledtask #backgroundjob #googlecloud #openai #ai
  • Розваги

КОМЕНТАРІ • 6

  • @JoaquinTorroba
    @JoaquinTorroba 4 місяці тому +2

    As always thanks! It'b be great to see more multimodal use cases with Gemini. More real business use cases such as analysing invoices or ecommerce product return (image of the product to certify the problem).

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

    its posible to make a chatbot with gemini? i want to make one to a framer website, and i want with a database, is this possible?

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

    Can we use Imagen modal in Buildship

  • @maskedvillainai
    @maskedvillainai 2 дні тому

    doesnt at all expolain how to use fine tuned models for gemini

  • @Kumarms96
    @Kumarms96 4 місяці тому

    Can i import javascript libraries like d3.js, GoJS., into buildship to create graphs and diagrams?

    • @sgardoll
      @sgardoll 4 місяці тому

      The short answer is "Yes, but...".
      GoJS and D3.js are powerful visualization libraries but are optimized for browser environments. Using them within a Buildship project often requires additional steps or hybrid approaches. That's because Buildship is fundementally a back-end builder, so while it doesn't impose direct limitations on importing either library, because that library requires the DOM (as both do) then there isn't a native "front-end" for Buildship to manipulate.