Google Gemini AI Course for Beginners

198,324
0
Publicado 2024-02-22
Learn how to use Google Gemini in this course for beginners. This course will tech you how to use Google's AI model and the Gemini API and how to build an AI chatbot using Gemini.

✏️ Course developed by ‪@aniakubow‬

⭐️ Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:01:29) What is Gemini?
⌨️ (0:04:07) What is AI?
⌨️ (0:05:50) Large Language Models (LLMs)
⌨️ (0:12:10) 00:08:34:21 Getting your API Key
⌨️ (0:14:15) Models
⌨️ (0:15:28) Initializing the Generative Model
⌨️ (0:21:40) Text-to-text
⌨️ (0:25:01) Text/Image-to-text
⌨️ (0:31:26) Text-to-chat
⌨️ (0:35:23) Text-to-embedding
⌨️ (0:38:51) Build an AI Code Buddy

Todos los comentarios (21)
  • @brunomanso9428
    The best teacher!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  • @izaqyos
    An excellent video. Thank you!
  • @samirkha
    She doing such amazing job❤. Best teacher and one of my favorite teacher.
  • @hans7714
    Thank you so much for sharing ....
  • @josephtaiwo7797
    Wow, it's been a while since I have actually written CSS code. Most tutorials just provide a link to where we can copy the code and paste it into our project. Thanks for that and the entire tutorial it self. ❤
  • Sigh will have to wait for Google AI Studio to be available in Europe/UK. Still interesting video, thank you.
  • @bipinranjan3
    Please upload your videos with dual audio with hinglish language that is very useful
  • @anubisystems
    This is so great, thanks for sharing, and you are so CUTE!
  • Please upload a course where we can use LLM for robotics manipulation
  • @memeremor
    @aniakubow‬ Great tutorial. I've built the whole app. But I had an error on the server backend side towards the very end which I trying to troubleshoot. It's something to deal with the multiturn conversation (model parts) which the backend (server.js) code is failing at. Have you hosted the source code in any github so I can check where I might have been mistaken? Thanks in advance. ‪
  • @wassim2k
    it would have been nice to say WHEN to install google/generative-ai, I did it too early when you were showing the first time, then had to do it again in the project.
  • @beauty93804
    Can anyone tell me by using which code editor she is executing Actually I was trying this on vscode..but I m unable to execute it
  • Very nice video, thank you, but can I even use Python Language instead of JavaScript (Nodejs) to build a conversational chat application like the one you built in the video? Just got curious to ask this question.