{"id":25649586,"url":"https://github.com/sayantanmpaul/cv-compass-client","last_synced_at":"2025-09-02T10:37:42.451Z","repository":{"id":272962384,"uuid":"917895830","full_name":"SayantanmPaul/cv-compass-client","owner":"SayantanmPaul","description":"Accelerate talent match, find right talents, amplify quality.","archived":false,"fork":false,"pushed_at":"2025-07-03T06:50:33.000Z","size":6502,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T07:43:30.034Z","etag":null,"topics":["ai-resume-analyzer","ai-resume-optimizer","cv-optimization","huggingface","llama-index","llama3","resume-parser","resume-screening"],"latest_commit_sha":null,"homepage":"https://cvcompass.sayantanpaul.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SayantanmPaul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-16T21:04:16.000Z","updated_at":"2025-07-03T06:50:37.000Z","dependencies_parsed_at":"2025-04-15T18:21:11.913Z","dependency_job_id":"1fd5fb58-e3c6-4464-a26f-a331ee3650d8","html_url":"https://github.com/SayantanmPaul/cv-compass-client","commit_stats":null,"previous_names":["sayantanmpaul/cv-compass-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SayantanmPaul/cv-compass-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayantanmPaul%2Fcv-compass-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayantanmPaul%2Fcv-compass-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayantanmPaul%2Fcv-compass-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayantanmPaul%2Fcv-compass-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SayantanmPaul","download_url":"https://codeload.github.com/SayantanmPaul/cv-compass-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayantanmPaul%2Fcv-compass-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273272062,"owners_count":25075971,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ai-resume-analyzer","ai-resume-optimizer","cv-optimization","huggingface","llama-index","llama3","resume-parser","resume-screening"],"created_at":"2025-02-23T14:22:38.062Z","updated_at":"2025-09-02T10:37:42.413Z","avatar_url":"https://github.com/SayantanmPaul.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CVCompass: LLM-Powered Resume Review for Hiring Teams \u0026 Job Seekers\n\n![CV-Compass demo](https://github.com/user-attachments/assets/bf82f8a2-cd75-42a8-b87a-cf064dcc7563)\n\n#### This project aims to address the limitations of traditional ATS (Applicant Tracking System) scanners while providing a more intelligent, user-centric solution for job seekers and hiring teams.\n\n### Checkout the demo : [YouTube](https://youtu.be/D5ZdgJj3WhA?si=igRR-B_5ue_4jcpn)\n\n### How CVCompass will help?\n\nIt compares the candidate's resume with the specific job requirements and background fit needs and provides a more accurate analysis of the candidate's strengths and relevancy with the job requirement.\n\n\n## Some Quick Features (Beta Launch):\n\n**Different options for LLM:** Our application relies on different large language models (currently: Llama3, DeepSeek r1) to review and score the candidate's strengths.\n\n**No Login Flow:** Breaking the extra barrier between the user and the application. Get started instantly; no sign-up hassle.\n\n**Local Processing:** As there's no user-centric database, most of your data is stored and managed from your cached memory.\n\n**Interactive Charts:** Dynamic, interactive charts to visualize the candidate's strengths, weaknesses, and key insights to make quick decisions.\n\n**Personalized Feedback:** Job description-specific feedback and recommendations to improve the candidate's performance.\n\n\n## Design System of the product:\n\n![image](https://github.com/user-attachments/assets/593868f9-01fa-486e-a4de-454c0fc2f5a8)\n\n### Backend Server Files : [Click here](https://github.com/SayantanmPaul/cv-compass-server)\n\n\n## Run your local development enviornment\n\nRun the following command to build and start the application using Docker Compose:\n\n```bash\ndocker-compose up --build\n```\n\nThis will:\n- Build the Docker image using the Dockerfile\n- Install dependencies\n- Start the application inside a container\n\n#### Access the Application\nOnce the container is up and running, the application will be accessible at: \n\n```bash\nhttp://localhost:3000\n```\n\n#### Stopping the Application\n\nTo stop the running containers, use:\n\n```bash\ndocker-compose down\n```\n\n## Support the Project\n\nIf you find this project helpful, please consider giving it a star on GitHub! ✨\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayantanmpaul%2Fcv-compass-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsayantanmpaul%2Fcv-compass-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayantanmpaul%2Fcv-compass-client/lists"}