{"id":24539649,"url":"https://github.com/codeasarjun/resuminds","last_synced_at":"2025-03-16T04:42:25.212Z","repository":{"id":211586406,"uuid":"728329859","full_name":"codeasarjun/ResuMinds","owner":"codeasarjun","description":"This repo contains a working version of resume parser, a simple tool to give insights of candidates resumes in few clicks.","archived":false,"fork":false,"pushed_at":"2024-02-24T10:31:09.000Z","size":201,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T17:15:05.218Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeasarjun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-12-06T17:54:37.000Z","updated_at":"2024-02-18T09:22:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"e611f03e-e4af-4b7c-b990-3e7c2183016f","html_url":"https://github.com/codeasarjun/ResuMinds","commit_stats":null,"previous_names":["codeasarjun/resume-parser","codeasarjun/resuminds"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeasarjun%2FResuMinds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeasarjun%2FResuMinds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeasarjun%2FResuMinds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeasarjun%2FResuMinds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeasarjun","download_url":"https://codeload.github.com/codeasarjun/ResuMinds/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826785,"owners_count":20354220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-22T17:15:12.375Z","updated_at":"2025-03-16T04:42:25.191Z","avatar_url":"https://github.com/codeasarjun.png","language":"Python","readme":"# ResuMinds 📝💡\nResuMinds is a project aimed at assisting HR professionals and users in ranking resumes based on their relevance to a job description (JD). Users can upload both the JD and candidate resumes, and the system will rank the resumes according to their compatibility with the provided JD.\n\n# Technologies Used\nFlask 🌐: Flask is a lightweight web framework for Python, used here to build the backend of the application. It provides flexibility and simplicity in developing web applications.\nPython 🐍: Python is the primary programming language used for developing the backend logic of ResuMinds. Its extensive libraries and readability make it suitable for various tasks, including data processing and analysis.\n\n# Methodology\nThe project utilizes a matching algorithm to assess the compatibility of resumes with the provided JD. The algorithm parses both the JD and candidate resumes, extracting key information such as skills, experience, and education requirements. It then compares this information to determine the relevance of each resume to the job description. Finally, the resumes are ranked based on their similarity score to the JD, with the most relevant ones appearing at the top of the list.\n\n**Usage**\nUpload JD :arrow_up: Start by uploading the job description (JD) by clicking on the corresponding button.\u003cbr\u003e\nUpload Resumes :arrow_up: After uploading the JD, proceed to upload candidate resumes.\u003cbr\u003e\nRanking :1234: Once all resumes are uploaded, the system will automatically rank them based on their compatibility with the JD.\u003cbr\u003e\nView Results :eyes: Users can then view the ranked list of resumes, with the most suitable candidates listed at the top.\u003cbr\u003e\n\nStep 1 User need to upload the resumes and job description to the portal.\n\n\u003chr\u003e\n\u003cimg src=\"https://github.com/codeasarjun/Resume-Parser/blob/main/images/upload_page.png\"\u003e\n\u003chr\u003e\n\nStep 2 User will redirect to the result page after button click.\n\nStep 3 User will able to see the basic insights of all upload resumes and rating for it, based on given job description.\n\n\u003chr\u003e\n\u003cimg src=\"https://github.com/codeasarjun/Resume-Parser/blob/main/images/result_page.png\"\u003e\n\u003chr\u003e\n\n\n\n📁 resuminds\u003cbr\u003e\n├── 📁 core\u003cbr\u003e\n│   ├── 📄 extract_name.py\u003cbr\u003e\n│   └── 📄 extract_skills_education.py\u003cbr\u003e\n├── 📁 images\u003cbr\u003e\n├── 📁 raw_resumes\u003cbr\u003e\n├── 📁 templates\u003cbr\u003e\n│   ├── 📄 index.html\u003cbr\u003e\n│   └── 📄 results.html\u003cbr\u003e\n├── 📄 app.py\u003cbr\u003e\n└── 📄 README.md\u003cbr\u003e\n\nimages: Folder for storing images related to the project.\u003cbr\u003e\nraw_resumes: Folder for storing raw resumes uploaded by users.\u003cbr\u003e\n\n\n\n# Future Enhancements\nImplement a more sophisticated matching algorithm to improve accuracy.\nEnhance the user interface for better user experience.\nIntegrate additional features such as keyword highlighting and candidate filtering options.\n  Resume Parser\u003cbr\u003e\n        core -  all the supporting functions\u003cbr\u003e\n        images - visual view of app\u003cbr\u003e\n        raw_resumes -will have all the resumes and JD\u003cbr\u003e\n        templates - all the html files\u003cbr\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeasarjun%2Fresuminds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeasarjun%2Fresuminds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeasarjun%2Fresuminds/lists"}