Interestingly in 2024 many companies are going to use Generative AI LLM models and LIM Models to solve various business usecases. AI field is really becoming dynamic.Lot of changes are coming from Traditional Machine Learning to Generative AI.This field is changing dynamically and we need to update ourself as we go ahead. Join my telegram group where I post and discuss these types of content.Happy Learning!! Make sure you have telegram installed in it. t.me/+V0UeLG8ji-F8ThNb
Thank you sir, Honestly I learnt more from you than from my masters degree in US. Your Data Science PW skills is a killer must take program. I spent 60k$ for my Us degree but just by spending 50$ i learnt more. Proud to be part of Krish Naik Community ❤
These prompts worked well for me: 1) Keypoints in my Resume Extract technical skills, soft skills, education details, and experience/project information directly from the resume. Only include information explicitly stated in the resume for each category. 2) Match with Job Description Given a resume and a job description, generate a table illustrating the match. Use cues to represent high, medium, and low match areas, highlighting strengths and weaknesses. 3) Keywords Missing in my Resume based on Job Description Analyze a resume and job description. Identify keywords and skills from the job description absent in the resume. Prioritize based on frequency and relevance to the job. Provide suggestions for integrating these keywords into the resume, emphasizing achievements and quantifiable results.
Many thanks to you Krish, I just started using this ATS resume Expert tool to fill the gaps and allign it to JD, this is really going to help me. I wish you a very prosperous and happy new year. May the new year brings a lot of success to you and your team.
The way you teach us we are blessed to have tutor or a big brother in Most important phase of every students life who learn Ai, data science and machine learning. Thanks for this sir...😊❤ I am student of artificial intelligence and data science engineering. Currently in final year and learning Genai from your videos. Thanks for this series...❤️
While executing the app getting below error NotFound: 404 Gemini 1.0 Pro Vision has been deprecated on July 12, 2024. Consider switching to different model, for example gemini-1.5-flash. Are we having free access to do this ?
Thank you, Sir, the video has been of so much use. Can you let me know how to upload multiple PDF resume files so that the program can give me results of 100 resumes simultaneously and I can compare statistically which candidate is better to be selected if I were to be a hiring manager.
sir i am currently enroll Full stack data science pro in P.W , currently i am learning basic DSA , sir please give us complete MLOPS 2024 roadmap , how to learn it , projects and sir machine learning will be taught by you in the course ? sir there is MLOPS developer Ayush singh he is also youtuber , his journey is inspiring , he also teach MLOPS , can we have a podcast with him on your channel , how he learn and how should we start Mlops .
Hey Krish, I have been following your playlists for a while now. I started trying the Generative AI videos but sadly Google AI Studio is not available in the UK yet. Is there something that I can do instead?
@@ARkhan-xw8ud Generally, for running opensource model we don't have API's and hence it is required to run locally. And beleive that most of us don't have high performance machine to run them. Do you know any other way to run them?
@krishnaik06 Sir why are we converting PDF file to image and not just extracting text to pass it as input context? Is it because it might run into token limit error or something like that? If yes, then will it help if we use chunking?
1)For anyone getting the page count error use this i)For macOS: Use Homebrew to install Poppler: brew install poppler ii)On Ubuntu/Linux: Install Poppler using: sudo apt update sudo apt install poppler-utils 2)If getting 404 model not found error then use mode 'gemini-1.5-flash'
Hi Krish, I am getting this poppler error "Unable to get page count. Is poppler installed and in PATH?" in Mac OS , could you or anyone help me in that?
Sir, I am getting this error on executing the above program raise PDFInfoNotInstalledError( pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
ERROR: Could not find a version that satisfies the requirement streamlt (from versions: none) ERROR: No matching distribution found for streamlt i am getting this error
I tried the way you suggested. I get the error "AxiosError: Request failed with status code 403" when I try to browse and upload the pdf file. what am I doing wrong? Please suggest..
Hello, i have followed all the steps but the there is page reading error saying poppler path not found instead popple already in system variables, why?
@@krishnaik06 thank you for your support but before beginning to run the project i first setup the path of poppler bin in the system variables and then i began coding, but after doing that it shows that not popple path not found, thats why i asked
@@krishnaik06 It's hard to imagine the scale to which you don't give a heck about students that you've put prerequisites at the end of the video ;) Nice care dude ;)
@@nickchern392 excuse me what do you mean by that? Even though we are students, we follow the video properly and listin and do as they say and we have our skill sets too
When I host this on streamlist it does not run. It shows PDFinfoNotInstalled. I have installed Poppler and it works fine on local machine but when I host it it gets the error. Please help!!
I'm getting ModuleNotFoundError: No module named 'google.generativeai' error. How to resolve?? and also I'm getting blank page. Please help m,e to resolve, I've stuck in the middle.
thanks a lot .. can anyone flash over how can i deploy this and is everything (i meant every API and keys ) used in this project is free even after deployment ???
can anyone explain why he converted the PDF to image instead of extracting text from the resume and passing that. text works better in LLMs and resumes are mostly text.
Krish NLP & Deep Learning should we do or not? Cause I'm going to prepare for interviews. Plz reply. Already Im late for doing Data science course and in that 1 year I stopped doing Data science. Shall I prepare for NLP,ML, Deep Learning? Plz reply
What to do if we are sharing the code via github or something else, then how to install that poppler dependency? Do everyone have to install poppler windows everytime to run this code?
Sir can you make a video on chat with multiple urls where u can upload a link from Google of a article or a RUclips link and get the summary and ask one on one question...... Sir , please don't skip the comments for my 6th sem project I am working on chat with multiple pdf's if i can add urls also , thn it would be a great project as a student... Plz provide a video regarding this !!
Hi @krishnaik06, I have followed all the steps which you mentioned. When i browse the resume, i get the error 'AxiosError: Request failed with status code 403'. Do you know how to fix this?
@@elsyabraham1008 I am facing the same issue, installed poppler as instructed, still facing the same issue, let me know if you came across a solution, thanks !!
Why the heck you are considering him as enemy ? If you learn the same data science, ml, Dl and gen ai in college, they will rob your asserts by saying term fees. He is giving the quality education to all by free.
@@vishalkumarsingh9009 wtf, let's say hypothetically that this video is to only make views, how about the other projects and machine learning Playlists... Please use what's between your shoulders before spitting nonsense.
hi krish, I am facing issue with pdf2image, followed all steps still it is same.is there any other way to import this library? thanks for your innovative projects.
Hi @krishnaik06, thank you for this tutorial. Just a heads up, when I tried to implement this, after I uploaded the file, I came across an error: AxiosError: Request failed with status code 403. This can be fixed if the streamlit library version is 1.24.0
"def input_pdf_setup(uploaded_file): if uploaded_file is not None: ## Convert the PDF to image images=pdf2image.convert_from_bytes(uploaded_file.read()) first_page=images[0] # Convert to bytes img_byte_arr = io.BytesIO() first_page.save(img_byte_arr, format='JPEG') img_byte_arr = img_byte_arr.getvalue() pdf_parts = [ { "mime_type": "image/jpeg", "data": base64.b64encode(img_byte_arr).decode() # encode to base64 } ] return pdf_parts else: raise FileNotFoundError("No file uploaded")" could anyone explain what's happening in this part, i am not getting here
Hi @krish I have followed all the steps which you mentioned. When i browse the resume, i got the error 'AxiosError: Request failed with status code 403'. Do you know how to fix this?
I am getting following error AttributeError: module 'google.generativeai' has no attribute 'GenerativeModel' does anyone got this and how to resolve this???
Interestingly in 2024 many companies are going to use Generative AI LLM models and LIM Models to solve various business usecases.
AI field is really becoming dynamic.Lot of changes are coming from Traditional Machine Learning to Generative AI.This field is changing dynamically and we need to update ourself as we go ahead.
Join my telegram group where I post and discuss these types of content.Happy Learning!!
Make sure you have telegram installed in it.
t.me/+V0UeLG8ji-F8ThNb
Hi sir, can you make the custom chatbot project using gemini
Thank you sir, Honestly I learnt more from you than from my masters degree in US. Your Data Science PW skills is a killer must take program. I spent 60k$ for my Us degree but just by spending 50$ i learnt more. Proud to be part of Krish Naik Community ❤
These prompts worked well for me:
1) Keypoints in my Resume
Extract technical skills, soft skills, education details, and experience/project information directly from the resume. Only include information explicitly stated in the resume for each category.
2) Match with Job Description
Given a resume and a job description, generate a table illustrating the match. Use cues to represent high, medium, and low match areas, highlighting strengths and weaknesses.
3) Keywords Missing in my Resume based on Job Description
Analyze a resume and job description. Identify keywords and skills from the job description absent in the resume. Prioritize based on frequency and relevance to the job. Provide suggestions for integrating these keywords into the resume, emphasizing achievements and quantifiable results.
I got error related to poppler thaat is poppler path is defined how could you resolve it?
@@rohinishree4238 hey did you get to know how to resolve it?
Many thanks to you Krish, I just started using this ATS resume Expert tool to fill the gaps and allign it to JD, this is really going to help me. I wish you a very prosperous and happy new year. May the new year brings a lot of success to you and your team.
Thank you Sir. I am from Bangladesh. I really appriciate your work. And I'm successfully run this Project.
There is a RUclipsr who has ♾️ Potential
Thanks a ton for another amazing video - your content never fails to impress!
The way you teach us we are blessed to have tutor or a big brother in Most important phase of every students life who learn Ai, data science and machine learning.
Thanks for this sir...😊❤
I am student of artificial intelligence and data science engineering.
Currently in final year and learning Genai from your videos.
Thanks for this series...❤️
Sir this is superb . I join data science pro batch from pwskills and they provide superb quality of content to us.
A great competitor for code basics
Sir 🔥🔥 laga rahe ho ap,
Thank you very much sir.
Thanks bhaia for making another interesting project.
Can anyone has an idea how to resolve the following error: "PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?"
While executing the app getting below error NotFound: 404 Gemini 1.0 Pro Vision has been deprecated on July 12, 2024. Consider switching to different model, for example gemini-1.5-flash. Are we having free access to do this ?
Thank you, Sir, the video has been of so much use. Can you let me know how to upload multiple PDF resume files so that the program can give me results of 100 resumes simultaneously and I can compare statistically which candidate is better to be selected if I were to be a hiring manager.
environment i have installed from poppler still same issue is coming so how to resolve it ?
Great 👍🏼 killer one ❤
How to install "poppler" in "hugging face spaces" ?
sir i am currently enroll Full stack data science pro in P.W , currently i am learning basic DSA , sir please give us complete MLOPS 2024 roadmap , how to learn it , projects and sir machine learning will be taught by you in the course ? sir there is MLOPS developer Ayush singh he is also youtuber , his journey is inspiring , he also teach MLOPS , can we have a podcast with him on your channel , how he learn and how should we start Mlops .
Which extension you are using which is just next to the code runner
A video on url and RUclips summarizer using Google gemini pro
can we do this using langchian ? sir please explain this and build the same application using langchainn
Hey Krish, I have been following your playlists for a while now. I started trying the Generative AI videos but sadly Google AI Studio is not available in the UK yet. Is there something that I can do instead?
Go for opensource model like mistral or llama2
@@ARkhan-xw8ud Generally, for running opensource model we don't have API's and hence it is required to run locally. And beleive that most of us don't have high performance machine to run them. Do you know any other way to run them?
@@rvraghvender run on colab na
@@rvraghvender and make gradio interface
Hi sir, This is the error i am getting :PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
@krishnaik06 Sir why are we converting PDF file to image and not just extracting text to pass it as input context? Is it because it might run into token limit error or something like that? If yes, then will it help if we use chunking?
I am quite proficient in python but don't know anything about ML can i follow his Langchain's playlist?
1)For anyone getting the page count error use this
i)For macOS: Use Homebrew to install Poppler:
brew install poppler
ii)On Ubuntu/Linux: Install Poppler using:
sudo apt update
sudo apt install poppler-utils
2)If getting 404 model not found error then use mode 'gemini-1.5-flash'
sir please make a video if we upload audio/video then it gives the description.
Hi Krish, I am getting this poppler error "Unable to get page count. Is poppler installed and in PATH?" in Mac OS , could you or anyone help me in that?
Same error occur
Sir, I am getting this error on executing the above program
raise PDFInfoNotInstalledError(
pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
Same
@@rambaldotra7259 @missionjee4259 Try restarting VS code. It worked for me.
same
Same here too
Please share information about the pricing model for the LLM model used
ERROR: Could not find a version that satisfies the requirement streamlt (from versions: none)
ERROR: No matching distribution found for streamlt i am getting this error
I tried the way you suggested. I get the error "AxiosError: Request failed with status code 403" when I try to browse and upload the pdf file. what am I doing wrong? Please suggest..
Hello, i have followed all the steps but the there is page reading error saying poppler path not found instead popple already in system variables, why?
Check the complete video i have spoken about the error
@@krishnaik06 thank you for your support but before beginning to run the project i first setup the path of poppler bin in the system variables and then i began coding, but after doing that it shows that not popple path not found, thats why i asked
@@krishnaik06 It's hard to imagine the scale to which you don't give a heck about students that you've put prerequisites at the end of the video ;) Nice care dude ;)
@@nickchern392 excuse me what do you mean by that? Even though we are students, we follow the video properly and listin and do as they say and we have our skill sets too
Can we do it with langchain??
Error:Conda isn't recognised as an internal or external command...I have created a path but still the same error.
Sir I did not able to understand the prompt portion...whether the are just print on the screen or something else
I had a error called "PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?" what i need to do for it
same
When I host this on streamlist it does not run. It shows PDFinfoNotInstalled. I have installed Poppler and it works fine on local machine but when I host it it gets the error. Please help!!
same
@@siddharthaarora4351 same here
I'm getting ModuleNotFoundError: No module named 'google.generativeai' error. How to resolve??
and also I'm getting blank page. Please help m,e to resolve, I've stuck in the middle.
thanks a lot .. can anyone flash over how can i deploy this and is everything (i meant every API and keys ) used in this project is free even after deployment ???
Hi Sir,
I am getting this error
"PDFPageCountError: Unable to get page count."
Same error do you resolve it?
Hi sir, can you please explain why it was required to convert pdf into image for this application ?
This is great! Thanks for uploading. Is there a way to do it using - gpt-4-vision-preview?
Getting this error in vscode
python version 3.12
AttributeError: module 'google.generativeai' has no attribute 'GenerativeModel'
how didi u resolve this issue i am also getting same error
After i upload a pdf file, it shows error "AxiosError: Request failed with status code 403", how to solve this?
Hi sir, why do you convert pdf to IMG..why not directly convert pdf to tokens
Hii krish,
getting below error once i click on button
PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
I am getting the same error, even though I have installed and made a new env. variable for poppler just as shown in the video.
Yes I do the same , even after I get same error do you resolve it?
can anyone explain why he converted the PDF to image instead of extracting text from the resume and passing that. text works better in LLMs and resumes are mostly text.
Krish NLP & Deep Learning should we do or not? Cause I'm going to prepare for interviews. Plz reply. Already Im late for doing Data science course and in that 1 year I stopped doing Data science. Shall I prepare for NLP,ML, Deep Learning? Plz reply
Hey krish, will this pdf2image package work in linux environment ? As it need some dependency to be installed along with it.
I have run this code and every time it is giving different match with same data. It is not accurate
Why do we have to convert PDF to img? Why not PDF to text? Why complicate?
I have the same query, have you found an answer to this yet?
What to do if we are sharing the code via github or something else, then how to install that poppler dependency? Do everyone have to install poppler windows everytime to run this code?
i am also facing error due to poppler dependency
Hi krrish, can we implement this on cloud. As local computer memory won't be sufficient I guess
Can a similar project be made from scratch?
Instead of using the Google Gemini API
When I am writing the command pip install -r requirements.txt I am not getting any output
maybe everything is already installed or maybe you do not have pip installed
Thanks Krish😇👏
Hi krish sir, i have done everything but everytime i am getting error regarding api key error
Sir can you make a video on chat with multiple urls where u can upload a link from Google of a article or a RUclips link and get the summary and ask one on one question......
Sir , please don't skip the comments for my 6th sem project I am working on chat with multiple pdf's if i can add urls also , thn it would be a great project as a student...
Plz provide a video regarding this !!
facing error : TypeError: argument of type 'Part' is not iterable
it is opening as localhost can you tell me where I am wrong
Can you pls give a direct link for the streamlit product???
Pls somebody help @Krish Naik
Didn't told us how to drag and drop poppler folder
Text to sql?? Can we make a model like that??
Why I'm getting this error everytime: "DefaultCredentialsError: Your default credentials were not found."
Please help.
Same error I too also I tried with different style till I got that same error
@@karuppasamyv6719 same error. Did you get it solved?
Thank You Mate
Hi @krishnaik06, I have followed all the steps which you mentioned. When i browse the resume, i get the error 'AxiosError: Request failed with status code 403'. Do you know how to fix this?
I am also facing same issue did u fix that
Not yet@@pradeepreddy-wd2nd
@@elsyabraham1008 I am facing the same issue, installed poppler as instructed, still facing the same issue, let me know if you came across a solution, thanks !!
Thank you sir ji
Please send how to check AT S with resume or send me link
pdf2image not working
Streamlit 1.30 version, getting status code 403 error when uploading pdf. Can anybody please help?
I am also facing same issue let me know if u found the root cause
For calling the API, are there any charges. I'm unable to find this out?
no there is no charge for this API.
I am not able to venv environment
Can i upload multiple resumes?
Ahhhhh, the enemy of all candidates.
Why the heck you are considering him as enemy ? If you learn the same data science, ml, Dl and gen ai in college, they will rob your asserts by saying term fees. He is giving the quality education to all by free.
@@vishalkumarsingh9009 wtf, let's say hypothetically that this video is to only make views, how about the other projects and machine learning Playlists...
Please use what's between your shoulders before spitting nonsense.
@vishalkumarsingh9009 why else would anybody make a youtube video? If you dont like the content just dont watch it. Nobodys forcing you to
With Resumes Job applications happens so yes enemy of all aspirants/candidates.
where to run this code?
%age match always shows as 75%. Gemini model is not good.
hi krish, I am facing issue with pdf2image, followed all steps still it is same.is there any other way to import this library? thanks for your innovative projects.
Try restarting VS code. It worked for me.
thank you sir
😊👍
Par isko streamlit m host kese karenge...
ruclips.net/video/rhoWVcPGb_g/видео.htmlsi=8hz7P8nOddU5HDu4
please make more videos
Bass bass yahi project chahiye tha sir
More video like this..
Is Google Gemini API free ?
1st ❤
Hi @krishnaik06, thank you for this tutorial. Just a heads up, when I tried to implement this, after I uploaded the file, I came across an error: AxiosError: Request failed with status code 403. This can be fixed if the streamlit library version is 1.24.0
Thanks buddy
"def input_pdf_setup(uploaded_file):
if uploaded_file is not None:
## Convert the PDF to image
images=pdf2image.convert_from_bytes(uploaded_file.read())
first_page=images[0]
# Convert to bytes
img_byte_arr = io.BytesIO()
first_page.save(img_byte_arr, format='JPEG')
img_byte_arr = img_byte_arr.getvalue()
pdf_parts = [
{
"mime_type": "image/jpeg",
"data": base64.b64encode(img_byte_arr).decode() # encode to base64
}
]
return pdf_parts
else:
raise FileNotFoundError("No file uploaded")"
could anyone explain what's happening in this part, i am not getting here
Hi @krish I have followed all the steps which you mentioned. When i browse the resume, i got the error 'AxiosError: Request failed with status code 403'. Do you know how to fix this?
my .txt file is not getting installed, what should I do
I am getting following error
AttributeError: module 'google.generativeai' has no attribute 'GenerativeModel'
does anyone got this and how to resolve this???
i keep getting an error saying utf-8 cannot decode byte in position 14,15 how do i fix this ?