Code Monkey home page Code Monkey logo

ats_llm_google_gemini's Introduction

Smart Resume Match: Ace the ATS Game!

Overview

The Smart Resume Match project aims to assist job seekers in optimizing their resumes for Applicant Tracking Systems (ATS) by comparing their resume against a given job description. Using advanced AI, this tool evaluates the resume, provides a matching score, identifies missing keywords, and generates a detailed profile summary. This helps users to enhance their resumes, increasing their chances of getting noticed by recruiters.

Features

  • Upload Resume: Upload your resume in PDF format.
  • Job Description Input: Provide the job description for the role you are applying for.
  • AI-Powered Analysis: Uses Google Generative AI to analyze the resume and job description.
  • Matching Score: Displays a matching score in both progress bar and percentage format.
  • Missing Keywords: Lists keywords that are missing from your resume but are present in the job description.
  • Profile Summary: Provides a detailed summary of your profile highlighting key strengths and areas of improvement.
image

Link : https://smartatsllm.streamlit.app/

Installation

Prerequisites

Steps

  1. Clone the repository:

    git clone https://github.com/MayurJadhav-1998/ATS_LLM_Google_Gemini
    cd smart-resume-match
  2. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install dependencies:

    pip install -r requirements.txt
  4. Set up environment variables:

    • Create a .env file in the project root directory.
    • Add your Google API key to the .env file:
      GOOGLE_API_KEY=your_google_api_key
      
  5. Run the application:

    streamlit run app.py

Usage

  1. Open the Application:

    • After running the application, it will open in your default web browser.
  2. Input Job Description:

    • Enter the job description for the role you are applying for in the provided text area.
  3. Upload Resume:

    • Click the "Browse files" button to upload your resume in PDF format.
  4. Submit:

    • Click the "Submit" button to get the analysis.
  5. View Results:

    • The matching score will be displayed as a progress bar and percentage.
    • Missing keywords will be listed.
    • A profile summary will be generated to help you understand your strengths and areas of improvement.

Project Structure

smart-resume-match/
│
├── app.py                # Main application file
├── requirements.txt      # Dependencies
├── .env                  # Environment variables file (to be created)
├── README.md             # Project documentation
└── venv/                 # Virtual environment directory

Code Explanation

app.py

  • Import Statements:

    • Import necessary libraries such as Streamlit, Google Generative AI, PyPDF2, dotenv, and os.
  • Configuration:

    • Load environment variables and configure the Google Generative AI with the API key.
  • Functions:

    • get_gemini_response(prompt): Sends a prompt to the Generative AI and returns the response.
    • get_pdf_text(uploaded_file): Extracts text from the uploaded PDF file.
    • parse_response(response_string): Parses the plain response string from the AI to extract match score, missing keywords, and profile summary.
    • format_response(response): Formats and displays the response on the Streamlit app.
  • Streamlit App Layout:

    • Title and subtitle for the app.
    • Input fields for job description and resume upload.
    • Submit button to trigger the analysis.
    • Display results including match score, missing keywords, and profile summary.

Contributing

We welcome contributions to improve the Smart Resume Match project. If you have any ideas, suggestions, or bug fixes, feel free to submit a pull request or open an issue.

Steps to Contribute

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Make your changes.
  4. Commit your changes:
    git commit -m 'Add some feature'
  5. Push to the branch:
    git push origin feature/your-feature-name
  6. Create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any questions or suggestions, please contact:


By using this application, you agree to our terms and conditions. Please ensure your resume does not contain sensitive personal information before uploading.


Smart Resume Match: Ace the ATS Game! - Boost your chances with a resume that shines!

ats_llm_google_gemini's People

Contributors

mayurjadhav-1998 avatar vivekvr1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.