{"id":26455305,"url":"https://github.com/ramankishore08/resume-evaluator","last_synced_at":"2025-07-30T23:35:08.825Z","repository":{"id":275729513,"uuid":"884921411","full_name":"RamanKishore08/Resume-Evaluator","owner":"RamanKishore08","description":"This project helps users build professional resumes with five customizable templates and a download option. It checks ATS scores and provides suggestions for improvement. Users can refine their resumes based on detailed feedback. The system filters and selects the top 5 resumes from multiple submissions. ","archived":false,"fork":false,"pushed_at":"2025-02-11T08:20:01.000Z","size":1504,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T23:03:37.978Z","etag":null,"topics":["css","flask-application","jsx","natural-language-processing","onrender-deploy","python","react","rest-api","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://smart-resume-analyzer-web.vercel.app/","language":"JavaScript","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/RamanKishore08.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,"publiccode":null,"codemeta":null}},"created_at":"2024-11-07T16:16:29.000Z","updated_at":"2025-05-04T02:55:43.000Z","dependencies_parsed_at":"2025-02-04T09:32:01.315Z","dependency_job_id":"405af458-d0c9-4f1a-9120-934d86cd00cf","html_url":"https://github.com/RamanKishore08/Resume-Evaluator","commit_stats":null,"previous_names":["ramankishore08/resume-evaluator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RamanKishore08/Resume-Evaluator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamanKishore08%2FResume-Evaluator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamanKishore08%2FResume-Evaluator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamanKishore08%2FResume-Evaluator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamanKishore08%2FResume-Evaluator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RamanKishore08","download_url":"https://codeload.github.com/RamanKishore08/Resume-Evaluator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamanKishore08%2FResume-Evaluator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267960857,"owners_count":24172508,"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-07-30T02:00:09.044Z","response_time":70,"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":["css","flask-application","jsx","natural-language-processing","onrender-deploy","python","react","rest-api","vercel-deployment"],"created_at":"2025-03-18T20:31:19.254Z","updated_at":"2025-07-30T23:35:08.817Z","avatar_url":"https://github.com/RamanKishore08.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resume Evaluation System \n\n![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![Firebase](https://img.shields.io/badge/Firebase-FFCA28?style=for-the-badge\u0026logo=firebase\u0026logoColor=white)\n![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge\u0026logo=python\u0026logoColor=white)\n![Flask](https://img.shields.io/badge/Flask-000000?style=for-the-badge\u0026logo=flask\u0026logoColor=white)\n![REST API](https://img.shields.io/badge/REST-02569B?style=for-the-badge\u0026logo=rest\u0026logoColor=white)\n\n\n---\n\nThis project offers a comprehensive solution for building resumes, evaluating scores with suggestions, and filtering the best resumes efficiently. \nIt streamlines the resume management process with advanced features.\n\n---\n\n## 🛠️ Local Setup  \nRun **Backend** first, then start **Frontend**.\n\n### Clone the Repository  \n```bash\ngit clone https://github.com/RamanKishore08/Resume-Evaluator.git\n```\n### Open file directory\n```bash\ncd Resume-Evaluator\n```\n### Open Frontend\n```bash\ncd backend\n```\n### Install necessary python libraries\n```bash\npip install -r requirements.txt\n```\n### Run Flask Backend\n```bash\npython app.py\n```\n### Open Frontend\n```bash\ncd frontend\n```\n### Install the node modules\n```bash\nnpm install\n```\n\n### Install the libraries\n```bash\nnpm install react react-dom react-router-dom axios firebase framer-motion html2canvas html2pdf.js jspdf react-hook-form react-icons boxicons\n```\n\n### Run the Frontend\n```bash\nnpm start\n```\n\n# SCREENSHOTS\n\n### Login page with firebase authentication\n![image](https://github.com/RamanKishore08/Resume-Evaluator/blob/main/Screenshots/login.jpg)\n\n### Selecting the options from the index page\n![image](https://github.com/RamanKishore08/Resume-Evaluator/blob/main/Screenshots/page1.jpg)\n\n### RESUME BUILDING MODULE:\n![image](https://github.com/RamanKishore08/Resume-Evaluator/blob/main/Screenshots/TemplateSelection.jpg)\n\n![image](https://github.com/RamanKishore08/Resume-Evaluator/blob/main/Screenshots/Template1.jpg)\n\n![image](https://github.com/RamanKishore08/Resume-Evaluator/blob/main/Screenshots/Preview.jpg)\n\n### RESUME SCORE AND SUGGESTION PROVIDER MODULE:\n![image](https://github.com/RamanKishore08/Resume-Evaluator/blob/main/Screenshots/Resume.jpg)\n\n![image](https://github.com/RamanKishore08/Resume-Evaluator/blob/main/Screenshots/Score.jpg)\n\n### BEST 5 SELECTION MODULE:\n\n![image](https://github.com/RamanKishore08/Resume-Evaluator/blob/main/Screenshots/Best5.jpg)\n\n---\n## 🌟 Support the Project  \nIf you find this project helpful, feel free to **fork** it and give it a ⭐️!  \n\n### 📌 How to Fork and Clone  \n1. Click the **Fork** button at the top-right corner of this page.  \n2. Clone the forked repository to your local machine:  \n```bash\ngit clone https://github.com/RamanKishore08/Resume-Evaluator.git\n```\n---\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framankishore08%2Fresume-evaluator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framankishore08%2Fresume-evaluator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framankishore08%2Fresume-evaluator/lists"}