Aryan-Chharia / Computer-Vision-Projects

Check out my Computer Vision Repository for projects showcasing advanced image processing techniques like object detection, image stitching, and segmentation using Python and OpenCV. Whether you're a researcher, developer, or enthusiast, you'll find comprehensive insights and practical implementations to advance your computer vision skills.
GNU General Public License v3.0
30 stars 63 forks source link

Implement ATS Score Recognizer for Resumes #209

Closed Baig-fatema closed 1 day ago

Baig-fatema commented 2 days ago

Issue: Implement ATS Score Recognizer for Resumes

Description: We aim to develop an ATS (Applicant Tracking System) score recognizer that evaluates resumes based on their compatibility with job descriptions. This tool will help job seekers optimize their resumes to improve their chances of passing through ATS filters.

Objectives:

  1. Text Extraction:

    • Utilize Optical Character Recognition (OCR) to extract text from resumes in various formats (PDF, DOCX, images).
  2. Keyword Matching:

    • Implement functionality to compare the extracted resume text against a provided job description, identifying relevant keywords and phrases.
  3. Formatting Analysis:

    • Assess the resume's layout to determine if it adheres to ATS-friendly formatting practices (e.g., proper headings, bullet points).
  4. Score Calculation:

    • Develop an algorithm that calculates an ATS score based on keyword presence, frequency, and formatting.
  5. User Interface:

    • Create a simple interface where users can upload resumes and job descriptions to receive an ATS score along with suggestions for improvement.

Acceptance Criteria:

Additional Notes:

Interested Contributors

github-actions[bot] commented 2 days ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

Baig-fatema commented 2 days ago

@Aryan-Chharia i am already working on it so please assign this to me.

Aryan-Chharia commented 1 day ago

@Baig-fatema thanks for the suggestion. I thought about it and unfortunately I decided to not proceed with it. The reason is that this has less to do with Computer Vision. Also the ATS score recognizer, you would be building, would be more of library calling than actual implementation. Though not against it, I feel that this repo is not where this project belongs to. Thanks for the suggestion though.