My question here is, does this kind of API's will it replace the traditional model building that data scientist do as part of their work. Because these kind of API's are more flexible enough we can restructure it based on the need & use case. Model training with right param is the super duper part in the lyf of data scientist (ML developer or whatever title we call). Say if that get replaced with these sort of Big LLM's for NLP and in future expecting more like this for CV. how can we see the job role (like day to day work) of data scientist in upcoming years. Because I was working for one of my client back in 2021 to extract info from resumes, where we struggled a lot to extract the semantics from those unstructed doc. now its easy-peasy just a one click do wonders. if this was present back then lot of research work gets reduced and development would have been completed in a week with just 3 engineers, where in we where 6 at that point of time. (Looking scary these reduces 50% of work force) & recent paytm layoff adds fuel to this fire as well. krish really need your thoughts here.
Hello Krish Naik, hope you are doing well! I am always glad to see the way of your teaching people... my self and even my son is your fan follower... this is a great video... is it possible to automate this - like e.g. getting the image from the db one by one and categorize it (running this like a scheduler as and when the new image come into the db)... let me know if you need more clarity on my explanation - Thanks God Bless you!
Hi @krishnaik06 Can we fine-tune the Gemini-pro-vision model with our domain data for better results? If possible, please make a video on the same. Thank you
Very good videos 👍 Sir can you make a video on creating LLM chatbot , which can process videos and answer questions related to videos. Similar to chat with pdf
The Gemini 1.0 Pro Vision model will be deprecated from Google AI services and tools as of June 12, 2024. Usage of the model in Vertex AI is not affected by this notice. What this means for you You’ll be able to use Gemini 1.0 Pro Vision until July 12, 2024. After July 12, saved prompts using Gemini 1.0 Pro Vision in Google AI Studio will switch to using Gemini 1.5 Flash. API calls that specify Gemini 1.0 Pro Vision will fail.
sir instead of question answering can we get the output in JSON format like {"Total Amount":"45000" , "Invoice No":"INV 123/2712/23-24"} I am working for this type of output. how it will possible help me to getting output like this format.
Hi Kris. I have watched many of your GenAI videos. It's good, but it will be more helpful, if you can explain why you are writing the line of code. Now you are just watching your left screen & writing the same to the right screen, which will not help us in a long run.
Hello Krish, Is it possible to generate images with Gemini API? I have been searching but couldn't find any information about it. By the way, great content !
Hello, when I tried Gemini API using the python notebook, when making the API call, the call goes to localhost instead of generative API endpoint of Gemini. Anything I am doing incorrect?
I am just trying the list_models API provided by Gemini, genai.list_models(): However I can see that it is trying to make a call to localhost instead of Google's generative AI endpoint.
Hi Mate, Thanks for your invaluable time to make these Videos and enabling us in a way to achieve more... Here I don't see the need for chromadb, which is usually used for embeddings. Sorry, if I missed something about. keen to see a video from you on embeddings using Gemini models/embedding-001 to use Chromadb or FAISS as vector store to get the answers using models/gemini-pro Thanks for your time and sharing the Knowledge.
Hi Krish sir, thank you for this video. I want to know can we extract data from the table like in the given Invoice if I want to extract all items in the column in the Utpad Vivaran(product details) and the Rashi (price)? Also please make a video on training these LLMs on custom data (our use case specific)
Can we write the same code in Google colab notebook? I tried it but there is no output, nor is there any error! I tweaked the code a little bit: from google.colab import userdata import google.generativeai as genai genai.configure(api_key=userdata.get('GOOGLE_API_KEY')) where I have enabled the use of GOOGLE_API_KEY as the secret. Hope I am making sense :).
Thank you Krish as alwasys, hats off for your contribution to data science community all over the world! from Texas, USA
Thanks Krish!
Thank you krish sir I was there working on this project for product based company
What's the hourly pay for remote freshers for developing LLM based model ?
ModuleNotFoundError: No module named 'google.genrativeai'
Any Solution for this error?
@@theogman2761
pip install google-generativeai
import google.generativeai as genai
I will get to it tomorrow morning 🙌 someone do remind me at 11 am on 28/12/2023 🤝 thank you
Bro!! Every new video of Krish makes me remember you😂
@@Pubba_ 😂 I appreciate the reminder brother!!
thank you krish sir really you are doing great job i like your approach you are going with the tech of world
My question here is, does this kind of API's will it replace the traditional model building that data scientist do as part of their work. Because these kind of API's are more flexible enough we can restructure it based on the need & use case. Model training with right param is the super duper part in the lyf of data scientist (ML developer or whatever title we call). Say if that get replaced with these sort of Big LLM's for NLP and in future expecting more like this for CV. how can we see the job role (like day to day work) of data scientist in upcoming years.
Because I was working for one of my client back in 2021 to extract info from resumes, where we struggled a lot to extract the semantics from those unstructed doc. now its easy-peasy just a one click do wonders. if this was present back then lot of research work gets reduced and development would have been completed in a week with just 3 engineers, where in we where 6 at that point of time. (Looking scary these reduces 50% of work force) & recent paytm layoff adds fuel to this fire as well.
krish really need your thoughts here.
Sir, thanks for this. These end to end projects are helping a lot
Thank you for making the video best for me( automation enginner)
Thanks alot Krish Naik 🎉🎉🎉
Thank you for the video, this really helps my project
Awesome Project Sir
Hello Krish Naik, hope you are doing well! I am always glad to see the way of your teaching people... my self and even my son is your fan follower... this is a great video... is it possible to automate this - like e.g. getting the image from the db one by one and categorize it (running this like a scheduler as and when the new image come into the db)... let me know if you need more clarity on my explanation - Thanks God Bless you!
Great krish sir 😃
Hi @krishnaik06
Can we fine-tune the Gemini-pro-vision model with our domain data for better results? If possible, please make a video on the same. Thank you
Same question, cannot find documentation about it yet
looking for same answer. can we use Gemini-pro api to use with our domain data like pdf reader or chat with database?
Awesome Krish 🎉
Thanks for the amazing project. Can you also create a video of this project being deployed on AWS or any other cloud platforms
Sure
@@krishnaik06 Thank you very much
Hi Krish Sir, It's a great video. Please make a video on how to deploy these models.
Thank you for the great video, just a request to also add Vector Database integration with Gemini
Hai Sir, please upload the video that is related to the Data Analyst/ Data Scientist Roadmap for 2024
Very good videos 👍
Sir can you make a video on creating LLM chatbot , which can process videos and answer questions related to videos.
Similar to chat with pdf
sir can you please bring a video on real time or static RAG based LLM application using LLM App
Great Great stuff!
The Gemini 1.0 Pro Vision model will be deprecated from Google AI services and tools as of June 12, 2024. Usage of the model in Vertex AI is not affected by this notice.
What this means for you
You’ll be able to use Gemini 1.0 Pro Vision until July 12, 2024.
After July 12, saved prompts using Gemini 1.0 Pro Vision in Google AI Studio will switch to using Gemini 1.5 Flash. API calls that specify Gemini 1.0 Pro Vision will fail.
But that Gemini 1.5 Flash is only for the text ,right ?? What will be the other option for the gemini pro vision .can you help me??
@@atharvavinashjoshi3482 it handles both text and images
I am getting this error when I upload Invoice Image. AxiosError: Request failed with status code 403
sir instead of question answering can we get the output in JSON format like {"Total Amount":"45000" , "Invoice No":"INV 123/2712/23-24"} I am working for this type of output. how it will possible help me to getting output like this format.
Change the prompt
With pydandantic it's possible
Can you do stable diffusion XL paper and uscase
Please create generative AI playlist, and add all GenAI project in that
Hi krish sir,
Thanks a lot for the video. Would you be able to make a video about audio call analysis and insights extraction using LLM?
Thank you, you are the best! Is there any way to fine tune gemini pro vision or not yet? Cannot find anything about it
@krish Naik - please create a YT video on a chatbot to query custom data (pdf etc) using llama-index. thanks
Hi Kris. I have watched many of your GenAI videos. It's good, but it will be more helpful, if you can explain why you are writing the line of code. Now you are just watching your left screen & writing the same to the right screen, which will not help us in a long run.
is it will work also for hand written text extraction from the image.
Bro instead of fetching information in separate separate doc can we do for n number of docs?
Can we do same on colab, as on colab getting errors
will this work for CSV files? Leds say we want to derive some statistics from excel sheet
Hello Krish, Is it possible to generate images with Gemini API? I have been searching but couldn't find any information about it. By the way, great content !
Hi Krish Sir can we have a video on meta Llama2 LLM Explanation in your style.
Hii Krish ... Could you please make a video where we can generate a new image from multiple images using Gemini pro API???
Hello, when I tried Gemini API using the python notebook, when making the API call, the call goes to localhost instead of generative API endpoint of Gemini. Anything I am doing incorrect?
I am just trying the list_models API provided by Gemini, genai.list_models(): However I can see that it is trying to make a call to localhost instead of Google's generative AI endpoint.
More details:
InternalServerError: 500 GET localhost:35679/v1beta/models?pageSize=50&%24alt=json%3Benum-encoding%3Dint:
Hi Krish, is there a way to do QA with JSON data using Gemini api please ?
Thanks. Is there any generative ai models that works offline Krish sir?. If any please suggest.
Hi Mate,
Thanks for your invaluable time to make these Videos and enabling us in a way to achieve more...
Here I don't see the need for chromadb, which is usually used for embeddings.
Sorry, if I missed something about.
keen to see a video from you on embeddings using Gemini models/embedding-001 to use Chromadb or FAISS as vector store to get the answers using models/gemini-pro
Thanks for your time and sharing the Knowledge.
do we require any premium purchased to carryout this project ??
Is this project for beginners in field of gan?!
Hi Krish sir, thank you for this video. I want to know can we extract data from the table like in the given Invoice if I want to extract all items in the column in the Utpad Vivaran(product details) and the Rashi (price)? Also please make a video on training these LLMs on custom data (our use case specific)
Check out this to train on your custom data
ruclips.net/video/L5KfkJfYsCg/видео.htmlsi=8ELs1J2tMHw1W6BC
did anyone faced
ModuleNotFoundError: No module named 'google.generativeai'
Please help
same here, did you find the solution ?
Use python 3.10
@@malikmd1025 thank you 😄
Sir help us to build a project for flexible language translation using gemini api
Can we use this in node.js and javascript
Yes it's possible
anyone have error AxiosError: Request failed with status code 403 ?
api key is not working properly
API key free? for Gemini
yes free
please ping me API key link@@krishnaik06
how to deploy this in heroku
Who ask questions to invoice in industry???....🤣hahaha....I think invoice data to excel file is a time saving and useful use-case
Api is not working
💯🙏👍
👍
any discount coupon on ineuron courses :)
Visit the site :)
OK
Can we write the same code in Google colab notebook? I tried it but there is no output, nor is there any error! I tweaked the code a little bit:
from google.colab import userdata
import google.generativeai as genai
genai.configure(api_key=userdata.get('GOOGLE_API_KEY'))
where I have enabled the use of GOOGLE_API_KEY as the secret.
Hope I am making sense :).