Modified End To End Resume ATS Tracking LLM Project With Google Gemini Pro

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024
  • Welcome to my channel, where we dive into the critical world of job applications and the ever-evolving role of Applicant Tracking Systems (ATS) in the hiring process. In today's job market, understanding and optimizing your resume for ATS is no longer optional; it's essential. That's why we're excited to share our latest project: building an ATS Large Language Application, designed to revolutionize how job seekers craft their resumes.
    Our video series will guide you through the ins and outs of ATS, revealing key strategies to enhance your resume's visibility and effectiveness. We'll explore how ATS algorithms work, what they look for in a resume, and how to use keywords effectively. Plus, we're taking a deep dive into our groundbreaking ATS Large Language Application, showcasing its capabilities in optimizing resumes for better chances of getting that coveted interview call.
    #generativeai #googlegemini #llm
    github: github.com/kri...
    ----------------------------------------------------------------------------------------------
    Support me by joining membership so that I can upload these kind of videos
    / @krishnaik06
    ----------------------------------------------------------------------------
    ►Data Science Projects:
    • Now you Can Crack Any ...
    ►Learn In One Tutorials
    Statistics in 6 hours: • Complete Statistics Fo...
    Machine Learning In 6 Hours: • Complete Machine Learn...
    Deep Learning 5 hours : • Deep Learning Indepth ...
    ►Learn In a Week Playlist
    Statistics: • Live Day 1- Introducti...
    Machine Learning : • Announcing 7 Days Live...
    Deep Learning: • 5 Days Live Deep Learn...
    NLP : • Announcing NLP Live co...
    ---------------------------------------------------------------------------------------------------
    My Recording Gear
    Laptop: amzn.to/4886inY
    Office Desk : amzn.to/48nAWcO
    Camera: amzn.to/3vcEIHS
    Writing Pad: amzn.to/3vcEIHS
    Monitor: amzn.to/3vcEIHS
    Audio Accessories: amzn.to/48nbgxD
    Audio Mic: amzn.to/48nbgxD

ความคิดเห็น • 130

  • @argish
    @argish 8 หลายเดือนก่อน +6

    Act like a skilled or very experienced ATS (Application Tracking System) with a deep understanding of tech field, software engineering, data science, data analyst and big data engineer. Your task is to evaluate the resume based on the given job description. You must consider the job market is very competitive and you should provide best assistance for improving the resumes. Assign the percentage Matching based on Jd and the missing keywords with high accuracy.
    resume: {text}
    description: {jd}
    I want the response in one single string having the structure \
    {{"JD Match":"%",
    "Missing Keywords : []",
    "Profile Summary" : ""}}
    Thank me later.

    • @durgeshjaiswar3321
      @durgeshjaiswar3321 8 หลายเดือนก่อน +1

      what is Google API, and where to get API?

    • @arshasangral5785
      @arshasangral5785 8 หลายเดือนก่อน

      @argish hii I was trying to understand the code and it’s really fascinating to see how generativeAI works. I just have one question from where Ai model is taking text and jd values when we have not given any parameters to AI model. Thankyou

    • @argish
      @argish 8 หลายเดือนก่อน

      @@arshasangral5785 if you take a look at the website UI, there's a text box. We have to write jd in there. Since it is similar to us chatting with Gemini, only parameters we can pass are text (in our case, jd) and the resume pdf. The text we write in the text box will be added to the prompt template that we built (specifically, it'll replace jd in ' description = {jd} '). Finally, the whole prompt will be passed on to the model along with the pdf.

  • @rockstar3191
    @rockstar3191 8 หลายเดือนก่อน +5

    anybody getting error while uploading pdf? like status code 403? can you say whats the issue?

    • @namangupta1249
      @namangupta1249 6 หลายเดือนก่อน

      yes i am getting - AxiosError: Request failed with status code 403

    • @govindjha1323
      @govindjha1323 3 หลายเดือนก่อน

      @@namangupta1249 did you got the answer?

  • @vineethaburugupalli2635
    @vineethaburugupalli2635 8 หลายเดือนก่อน +5

    @Krish Naik. Many of us getting error ###AxiosError: Request failed with status code 403. Could you please help to resolve the error

    • @AnandChavan1999
      @AnandChavan1999 7 หลายเดือนก่อน +1

      Have you solve your problem .. I am facing same issues

    • @mohamed_deshaune
      @mohamed_deshaune 6 หลายเดือนก่อน

      ​@@AnandChavan1999hey this problem is from streamlit itself you can solve it by following this :
      first create a folder and name it .streamlit
      then create a file inside the folder and name it config.toml
      and put this line inside the file above:
      [server]
      enableXsrfProtection = false
      enableCORS = false

    • @MB-sh9ur
      @MB-sh9ur 6 หลายเดือนก่อน

      me too

    • @govindjha1323
      @govindjha1323 3 หลายเดือนก่อน

      do you get the solution of it??

  • @arpitkhare4286
    @arpitkhare4286 5 หลายเดือนก่อน +2

    model displaying totally random range from 55 to 85 for the same JD and cv.

  • @rajeshkannan8608
    @rajeshkannan8608 7 หลายเดือนก่อน +3

    AxiosError: Request failed with status code 403
    This error come whenever i try to submit my resume

    • @AnandChavan1999
      @AnandChavan1999 7 หลายเดือนก่อน

      Hello You have got solution related same error

    • @AnandChavan1999
      @AnandChavan1999 7 หลายเดือนก่อน

      Please reply

    • @mohamed_deshaune
      @mohamed_deshaune 6 หลายเดือนก่อน

      ​@@AnandChavan1999the problem is from streamlit itself you can solve it by :
      first create a folder and name it .streamlit then create a file inside it and name it config.toml and put this line inside it :
      [server]
      enableXsrfProtection = false
      enableCORS = false

    • @darshitshah8668
      @darshitshah8668 4 หลายเดือนก่อน

      Even I am facing same error, any solution for this?

    • @govindjha1323
      @govindjha1323 3 หลายเดือนก่อน

      @@darshitshah8668 have u got the solution

  • @satyamedicherla3236
    @satyamedicherla3236 6 หลายเดือนก่อน +1

    Hi Krish, why am I getting this error "AttributeError: module 'google.generativeai' has no attribute 'GenerativeModel'"? Any changes/updates in the API?

  • @nadipudisriharshini4649
    @nadipudisriharshini4649 6 หลายเดือนก่อน +1

    Hiii Krish I have done what u have said in this video i got the output but the output doesn't match correctly for Resume and Job description if there is no match in the resume and jd also it is showing 75%. Can you please tell us

  • @pareeksachin_23
    @pareeksachin_23 8 หลายเดือนก่อน +2

    Hello Sir,
    After I run this app, give my resume and jd, and receive the results, the results are always changed like missing words and percentages.
    Why did it happen.

    • @nilesh30300
      @nilesh30300 8 หลายเดือนก่อน +2

      I'm also getting a similar issue. For the same JD and same resume, at first, it shows a 60% match, and next time it shows 86%. Also, it shows some missing keywords which are already present in the resume. Results vary a lot so could you please let us know what could be the reason. Thanks

    • @Sourav_Samanta.
      @Sourav_Samanta. 8 หลายเดือนก่อน

      ​@@nilesh30300even I also face same problem 😅I uploaded love babbar SDE sheet of DSA ... it's show 54 percentage match lol 😂

    • @ShashiCodes
      @ShashiCodes 7 หลายเดือนก่อน

      When i run the app.py file, it is showing the blank screen, there was no error displayed. Please can you help me with these

    • @pareeksachin_23
      @pareeksachin_23 7 หลายเดือนก่อน

      @@ShashiCodes Bro just follow sir steps and re-run your code

  • @Guitartoons
    @Guitartoons 8 หลายเดือนก่อน +1

    Since you are typing by looking at an existing code... It's better you just explain the code. Since I guess you ain't well versed with the code . Just a suggestion

  • @decodingdatascience
    @decodingdatascience 8 หลายเดือนก่อน +1

    Issues with pypdf2, python 3.10 @krish

  • @dakshpatel4557
    @dakshpatel4557 3 หลายเดือนก่อน +1

    can we do this using langchian ? sir please explain this and build the same application using langchainn

  • @yashasravichandra8445
    @yashasravichandra8445 8 หลายเดือนก่อน +1

    Hey Krish, I just want to inform you that here in London we don't have access to create a google api key, I know it is not possible to use GPT api keys for a gemini ,please give us a solution regarding this issue or can you please make this project using GPT

  • @RavitejaGundimeda
    @RavitejaGundimeda 8 หลายเดือนก่อน +1

    Hey krish, it is showing the keywords that are not present in job description as missing! Also the percentage was varying when I did the submission twice! Just saying!

  • @chiranjeevikumarbattula8709
    @chiranjeevikumarbattula8709 8 หลายเดือนก่อน +1

    Sir again submitted same resume and job description it varies the results that me once it give 75% and again run it gives 65% . 😢
    What we need to do in this situation

    • @krishnaik06
      @krishnaik06  8 หลายเดือนก่อน

      Work on the prompt template

    • @ShashiCodes
      @ShashiCodes 7 หลายเดือนก่อน

      @@krishnaik06 When i run the app.py file, it is showing the blank screen, there was no error displayed. Please can you help me with these.

  • @REFIREGAMING
    @REFIREGAMING 8 หลายเดือนก่อน +1

    There are a couple of problems with this code, this generates a random response
    here are some of the errors - there is a corrected version of this code on my github if anyone is interested.
    our text field is not being used by the program since there is no option for gemini to access out input prompt from the text field
    same for the resume that is uploaded
    so as a result, it generated random responses

    • @syuvaraj4791
      @syuvaraj4791 7 หลายเดือนก่อน

      Hey. I suppose you have run the program. Can you let me your LinkedIn or something? I have a few doubts about running it.

    • @ShashiCodes
      @ShashiCodes 7 หลายเดือนก่อน

      Hey did you get any blank screen when you run the app.py file?

    • @chinmayoutube
      @chinmayoutube 7 หลายเดือนก่อน

      I do wish to get the corrected version of this code. Can you share the same? Github link or LinkedIn, anything will do.

  • @pratapsimha1466
    @pratapsimha1466 17 วันที่ผ่านมา

    Hi krish, why don't you create a docker imagr of this and push it to docker hub?

  • @TarotbyTanyaa
    @TarotbyTanyaa 5 หลายเดือนก่อน

    Hi guys , please help to troubleshoot this error"DefaultCredentialsError: "

  • @vishyt4884
    @vishyt4884 8 หลายเดือนก่อน +1

    Hi sir i am getting 400 api key not valid at the end can anyone suggest me to solve the error

  • @umerulla
    @umerulla 8 หลายเดือนก่อน +1

    I did everything shown here but when i run app.py file the screen is blank.. what may be the issues i am facing?

    • @vishyt4884
      @vishyt4884 8 หลายเดือนก่อน

      same issue

  • @GAurAv-tn7wg
    @GAurAv-tn7wg 8 หลายเดือนก่อน +2

    this project is very good sir .
    Thanks for solving poppler problem I am getting it since that video..
    I am ai and data science engineering student and I am in final year .
    Thanks for giving such a good knowledge abou genai❤

    • @durgeshjaiswar3321
      @durgeshjaiswar3321 8 หลายเดือนก่อน

      what is Google API, and where to get API?

  • @shighrasahil2504
    @shighrasahil2504 2 หลายเดือนก่อน

    Can you please create this same system using a free llm with huggingface

  • @DevtuneAI
    @DevtuneAI 3 หลายเดือนก่อน

    @krish
    I getting below error, even I tried a lot, in python-3.10
    AttributeError: module 'google.generativeai' has no attribute 'GenerativeModel'

  • @2faced_001
    @2faced_001 7 หลายเดือนก่อน

    this line of code: """ for page in reader(len(reader.pages)): """
    I getting this error: 'PdfReader' object is not callable
    'PyPDF2._reader.PdfReader' object is not supposed to accept this integer argument 'len(reader.pages)' and turn into an iterable.
    Kinda confused somebody help! ;__;
    (update> fixed my issue): If I'm not wrong it's supposed to be **for page in range(0,len(reader.pages)): **

  • @rakeshkumar-pf6yu
    @rakeshkumar-pf6yu 4 หลายเดือนก่อน

    Can you please make a video of RAG model using Multiple PDF files , and all files having data as (Text + Tables + Images ) in all the PDF files. This is what they are asking in interview these days almost in every interview. Also they ask about the different LLM app Evaluation techniques and in which case which technique to use....Please make a detailed video for these two topics...Thanks...I m a BIG FAN of yours Sir....

  • @prasaddugyala7330
    @prasaddugyala7330 8 หลายเดือนก่อน

    Sir,iam completed Mcom in 2019.i have 4 years career gap for govt jobs preparation.i want to learn AI,ML. And data analytics.which is best for me?
    How much time required to get a job?

  • @rachrach9871
    @rachrach9871 หลายเดือนก่อน

    I encountered the same errors but I installed poopler in my venv using
    conda install -c conda-forge poppler and everything worked perfectly

  • @inetselection
    @inetselection 5 หลายเดือนก่อน

    Thank you and small correction as underlined
    def input_pdf_text(uploaded_file):
    reader=pdf.PdfReader(uploaded_file)
    print(len(reader.pages))
    print(reader.pages[0])
    text=""
    for page in (len(reader.pages)):
    page=reader.pages[page]
    text+=str(page.extract_text()) if page.extract_text() else ""
    return text

  • @anna-archieve
    @anna-archieve 8 หลายเดือนก่อน

    what if everyone uses genAI to write resumes!!!! then what ATS will do? every resume for a particular domain will have same probability to get selected!!, so what companies will do then?

  • @madmusician67
    @madmusician67 4 หลายเดือนก่อน

    hello sir i have built this project and it is working fine but there are some bugs in the project like it is showing the output even when the uploaded pdf doesn't contain a resume

  • @techn0Spikes
    @techn0Spikes 7 หลายเดือนก่อน

    Thanks and appreciate this. However getting AxiosError: Request failed with status code 403 while uploading file.. Any solutions suggested?

  • @sanjay.r2584
    @sanjay.r2584 8 หลายเดือนก่อน +1

    Do anyone know y i get this error..? ###AxiosError: Request failed with status code 403

    • @rajeshkannan8608
      @rajeshkannan8608 7 หลายเดือนก่อน

      yes i get same error

    • @govindjha1323
      @govindjha1323 3 หลายเดือนก่อน

      @@rajeshkannan8608 did you got the solution??

  • @AmrutaGurav-z6z
    @AmrutaGurav-z6z 7 หลายเดือนก่อน

    Hi krish i have tried this and whenever i add same JD it gives different ans like JD mtach sometime 65% sometime 85% and same with keywords also. why like this??

  • @kunalaggarwal2574
    @kunalaggarwal2574 8 หลายเดือนก่อน

    Sir I am continuously getting python fatal error: Modulenotfounderror: no module named "io".

  • @koustavbanerjee3824
    @koustavbanerjee3824 7 หลายเดือนก่อน

    Hey Krish.Can you upload a video on how we can extract text from scanned pdf documents and do the analysis like bank statement which is in a tabular format.Thank you

  • @mraabhijit
    @mraabhijit 8 หลายเดือนก่อน +1

    Great resource Krish. I am getting a weird error while running the app. It returns a halucinated text as resume content and in no way matches the resume I upload to it. Any specific reason for this?

    • @rohithakash8093
      @rohithakash8093 3 หลายเดือนก่อน

      That's because the input such as resume isn't going with the prompt, Go ahead and pass it to the function of gemini along with your prompt

  • @kanishkasharma353
    @kanishkasharma353 7 หลายเดือนก่อน

    sir I have been following with the genAI tutorials for a long time but still none of the apps are working
    kindly make a vdo on how to fix errors.

  • @AyushKumar-fx8bn
    @AyushKumar-fx8bn 7 หลายเดือนก่อน

    If facing blank screen after running streamlit then make sure you mentioned proper model name. It should be '('gemini-pro')'. In video spelling mistake present

  • @mikew2883
    @mikew2883 8 หลายเดือนก่อน +1

    This is great! I ended up setting up the code but for some reason the analysis is wildly different each time you scan the same resume. For instance the percentage goes from a range of 60-74% and the missing keywords are non-existent in the original job description.

    • @durgeshjaiswar3321
      @durgeshjaiswar3321 8 หลายเดือนก่อน

      what is Google API, and where do we find it?

    • @francis6303
      @francis6303 8 หลายเดือนก่อน

      That job simply doesn’t suite for you 😜

    • @ShashiCodes
      @ShashiCodes 7 หลายเดือนก่อน

      Hey did you get any blank screen when you run the app.py file?

  • @phaneendrag6021
    @phaneendrag6021 7 หลายเดือนก่อน

    I tried to run on Google Colab, it threw up several errors. Can anyone please help me out with it.

  • @tasneemshaikh5139
    @tasneemshaikh5139 8 หลายเดือนก่อน

    Can u please tell how to run any GitHub downloaded project in our systems what are all the directories we have to make please sir

  • @DigitaTransforma
    @DigitaTransforma 8 หลายเดือนก่อน +3

    This is a lot better. In your previous video, i was wondering why you had to convert the pdf to image.
    Extracting the text from the pdf was what I thought would be better.
    Thanks for the modification.

  • @crank_tmf
    @crank_tmf 8 หลายเดือนก่อน

    Unable to get page count. Is poppler installed and in PATH? getting this error at ats resume expert what to do

  • @KumR
    @KumR 8 หลายเดือนก่อน

    i think this belongs to gemini playlist

  • @tmo185
    @tmo185 8 หลายเดือนก่อน

    hello krish naik i have one query is that if you will put only two word for example (python,sql) in job description then also it will give this output:-{{"JD Match":"80%","MissingKeywords":["Software Development Life Cycle","Agile Methodology","Cloud Computing","Machine Learning Algorithms","Data Mining","Tableau"],"Profile Summary":"Seasoned professional with 10+ years of experience in software engineering and data science. Proven expertise in developing and deploying complex software systems, working with large-scale data sets, and applying machine learning techniques to solve business problems. Demonstrated ability to lead and mentor teams, collaborate effectively with cross-functional teams, and deliver high-quality results within tight deadlines."}} ,why it is providing irrelevant feedback which is not related to job description

    • @aniBunny12378
      @aniBunny12378 6 หลายเดือนก่อน

      Gemini is telling you what is missing from the prompt and not the JD.

  • @chandinisaikumar2736
    @chandinisaikumar2736 6 หลายเดือนก่อน

    Hey @krishnaik06, While I am trying to upload my resume, I am getting an error
    AxiosError: Request failed with status code 403
    Can you please help me out in this

    • @MB-sh9ur
      @MB-sh9ur 6 หลายเดือนก่อน

      can you tell how you run this code?

  • @Doomedragon
    @Doomedragon 7 หลายเดือนก่อน

    Comes up with irrelevant response all the time

  • @durgeshjaiswar3321
    @durgeshjaiswar3321 8 หลายเดือนก่อน

    what is Google API, and where to get API?

  • @sanjaykhadka5952
    @sanjaykhadka5952 8 หลายเดือนก่อน

    @@krishnaik06 can we read excel file also?

  • @ramisettysathwik2834
    @ramisettysathwik2834 8 หลายเดือนก่อน +4

    Hey Krish Can you do a video on extensions which you are using which will be quite useful for us and the way of explaining from the scratch is the best i've ever seen. Thank you

  • @NitinSingh-vi1xi
    @NitinSingh-vi1xi 8 หลายเดือนก่อน

    how to use it? cuz i havent started any programming learning yet any alternative for me?

  • @ujjwalrajput7809
    @ujjwalrajput7809 8 หลายเดือนก่อน

    I'm unable to get the api as it shows you're not authorize to this

  • @tusharvarun-f6q
    @tusharvarun-f6q 7 หลายเดือนก่อน

    hey krish im still getting AxiosError: Request failed with status code 403

  • @jaskarankukreja8852
    @jaskarankukreja8852 7 หลายเดือนก่อน

    Is this api key available in canada?

  • @nagbhushanrsubbapurmath2247
    @nagbhushanrsubbapurmath2247 8 หลายเดือนก่อน

    Yes Now I got it, Thank you for your Video in this!!!!!.....Wanted to see more videos on the Gen AI Like this!!!😇

  • @User_11185
    @User_11185 8 หลายเดือนก่อน

    how to run this app. I have no idea how to do that.

  • @UrCloud2
    @UrCloud2 8 หลายเดือนก่อน

    Love your projects. So informative. Thanks

  • @yashwantsahu4069
    @yashwantsahu4069 7 หลายเดือนก่อน

    Thanks Sir, It's Working.

  • @NoDoglapan
    @NoDoglapan 8 หลายเดือนก่อน

    Hi Krish - make one video for a streamlit app that takes some params and invokes a model (pkl) file. thanks

  • @udaykiran6474
    @udaykiran6474 8 หลายเดือนก่อน

    If i ask question in hindi spanish Gemini pro doesnt work

  • @AkshanshDhama
    @AkshanshDhama 8 หลายเดือนก่อน

    Why new courses are not being added to Tech Neuron now nor a single live class ?

  • @ARkhan-xw8ud
    @ARkhan-xw8ud 8 หลายเดือนก่อน

    Can you make a custom chatbot using gemini api

  • @ShashiCodes
    @ShashiCodes 7 หลายเดือนก่อน

    Hey Krish, I did everything shown here but when i run app.py file ,the screen was blank. What might be the reason?

    • @ananyaayadav1229
      @ananyaayadav1229 7 หลายเดือนก่อน

      Is it solved? I am facing the same

  • @Ramakrishna-rb4sp
    @Ramakrishna-rb4sp 6 หลายเดือนก่อน

    Hi sir, with the help of your video I have created AI RESUME ANALYZER using open ai and llm and added additional features like uploading resume in both pdf and doc, modify resume based on the provided job description and download option for modified resume.

    • @akshayachunduru1930
      @akshayachunduru1930 2 หลายเดือนก่อน

      Can you please share the approach for it...if possible share the code plz

  • @rassbrothers
    @rassbrothers 8 หลายเดือนก่อน

    I just join ineuron for only krish sir

  • @amitguitarist2008
    @amitguitarist2008 6 หลายเดือนก่อน

    Thanks Krish . It is always great to follow your tutorials. I think we need to format the prompt before passing to the model, for eg. input_prompt_complete = input_prompt.format(extracted_text=extracted_text,job_description=job_description) ...

    • @endgame3842
      @endgame3842 2 หลายเดือนก่อน

      @amitguitarist2008 why its giving different output for same js and resume

  • @LokeshKumar-ds4gb
    @LokeshKumar-ds4gb 8 หลายเดือนก่อน

    Somehow, it is giving a irrelevant response, I am applying for a devops engineer roles, and mentioned the same in the script. Though my JD doesnt have 10+ year of experience because i am applying for a associate/mid level, It still gives this output in profile summary:
    "The candidate possesses 10+ years of experience in software development and DevOps practices. Demonstrated expertise in managing CI/CD pipelines, implementing continuous deployment strategies, and ensuring seamless software delivery. Proven ability to collaborate with cross-functional teams to drive successful software development projects. Seeking a fast-paced environment to leverage strong technical skills and enhance team productivity."}}

    • @ShashiCodes
      @ShashiCodes 7 หลายเดือนก่อน

      Hey did you get any blank screen when you run the app.py file?

    • @LokeshKumar-ds4gb
      @LokeshKumar-ds4gb 7 หลายเดือนก่อน

      @@ShashiCodes no it didn't give any blank

  • @adityachakole755
    @adityachakole755 7 หลายเดือนก่อน

    Hey Krish, thank you for this !!

  • @mohammadanas7929
    @mohammadanas7929 8 หลายเดือนก่อน

    thank you sir

  • @aswinkumardamarapalli9585
    @aswinkumardamarapalli9585 8 หลายเดือนก่อน

    Hi @krish.. i have one doubt. While using LLM (gpt or gemini) we have one paramater temperature. While developing one application like a chatbot i tuned this parameter, when i set temp low i got a response like, 'hi, i am ai assistant how can i help you.' . When i set temp high ' hi, i am brsin tumor assistant which i can help you with reports, scans etc.......'. how can temperature affecting the result. Can you brief this parameter and any other parameters while tuning LLM. thanks in advance

    • @AimTMR
      @AimTMR 8 หลายเดือนก่อน +1

      Temperature introduces randomness in answer. You can say more temperature more creative answers.

    • @saikiranedits
      @saikiranedits 8 หลายเดือนก่อน

      ​@@AimTMR yes 💯 percent correct

    • @aswinkumardamarapalli9585
      @aswinkumardamarapalli9585 8 หลายเดือนก่อน

      @@AimTMR I understand that . I am asking what's the behind logic for generating that. Infact more temperature sometimes leads to irrevalant answers as I practically checked it. If we understand logic on how itz working, we will do better. That's the thought

    • @durgeshjaiswar3321
      @durgeshjaiswar3321 8 หลายเดือนก่อน

      what is Google API, and where to get API?

  • @nagrajkaranth123
    @nagrajkaranth123 8 หลายเดือนก่อน

    Thank you sir

  • @AIandSunil
    @AIandSunil 8 หลายเดือนก่อน +1

    Update 1. The get_gemini_response function is using input as a parameter, but it's not being passed to the function. You should pass the input_prompt as an argument when calling the function.
    Update 2. In the line st.subheader(response), it seems like you want to display the response as a subheader, but you forgot to format it with the input parameters.

    • @ShashiCodes
      @ShashiCodes 7 หลายเดือนก่อน

      Hey did you get any blank screen when you run the app.py file?

    • @rajeshkannan8608
      @rajeshkannan8608 7 หลายเดือนก่อน

      AxiosError: Request failed with status code 403
      This error come whenever i try to submit my resume

  • @lixiasong3459
    @lixiasong3459 8 หลายเดือนก่อน

    This is amazing, thank you, Sir!

    • @durgeshjaiswar3321
      @durgeshjaiswar3321 8 หลายเดือนก่อน

      what is Google API, and where to get API?

  • @ShobhaKumariChoudhary-m2b
    @ShobhaKumariChoudhary-m2b 8 หลายเดือนก่อน +1

    Sir can u please guide on how to run this app on our laptop. tried to run this code but not able to execute it.

  • @explorewithskp1237
    @explorewithskp1237 8 หลายเดือนก่อน

    Sir it is giving wrong output. I am giving data scientist job description which has no big data related info but in output is mentioning them
    {{"JD Match":"70%","MissingKeywords":["Distributed Systems","AI/ML","Cloud Computing"],"Profile Summary":" Experienced software engineer with a strong background in data analysis and big data engineering. Proven ability to develop and implement efficient data processing solutions using Hadoop, Spark, and other open-source tools. Seeking to leverage my skills in a challenging role where I can make a significant contribution to a team."}}

  • @hitthegold
    @hitthegold 8 หลายเดือนก่อน

    Thank you for this video. I am now able to run my own ATS app on my system. Great help from you, Krish! I checked your earlier videos and found these missing parameters in this video code:
    def get_gemini_repsonse(input_prompt,):
    model=genai.GenerativeModel('gemini-pro')
    response=model.generate_content([input_prompt,])
    return response.text

    • @ShashiCodes
      @ShashiCodes 7 หลายเดือนก่อน

      Hey did you get any blank screen when you run the app.py file?

  • @AdityaSingh-ui4tr
    @AdityaSingh-ui4tr 8 หลายเดือนก่อน

    Stilll getting AxiosError: Request failed with status code 403

    • @govindjha1323
      @govindjha1323 3 หลายเดือนก่อน

      have you got the solution of it??

  • @roblars9252
    @roblars9252 8 หลายเดือนก่อน

    and here I extended on the application 🤓 even added a few extra prompts installed poppler as a package to streamlit and added a webhook functionality with automation even added a personalized touch with each prompt wanting the user to feel welcomed, I only get api errors but not a lot I figured it was the amount of api calls I made but you might have better insights to it I dont want to leave it like that.. What is your email? I can send you mine I tried separating the files too so I can extend on the application I want to build a real big time ATS System

    • @olanrewajuatanda533
      @olanrewajuatanda533 7 หลายเดือนก่อน

      Hi, can I send you my email for your edited files?