pranjay-poddar / Dev-Geeks

open source project
https://devgeeks-os.netlify.app/repository_web_page/
MIT License
605 stars 823 forks source link

Resume Parser #3609

Closed uzmaansari23 closed 1 year ago

uzmaansari23 commented 1 year ago

Describe the project you want to add with tech stack

A resume parser based on the MERN stack is a software tool or application that is built using the MERN (MongoDB, Express.js, React.js, Node.js) technology stack. It is designed to extract relevant information from resumes or CVs (Curriculum Vitae) and convert them into structured data that can be easily analyzed and processed.

Expected behavior When a user uploads a resume file through the front-end interface built with React.js, the file is sent to the Node.js server using HTTP requests. The Node.js server receives the file, processes it using a resume parsing library or algorithm, extracts relevant information such as name, contact details, work experience, education, skills, etc., and stores this structured data in the MongoDB database.

https://github.com/pranjay-poddar/Dev-Geeks/assets/113499701/268b3f98-2876-4cc2-9898-43d01c2496ba

Screenshots (optional)

Additional context (optional )

uzmaansari23 commented 1 year ago

Please assign me this issue under gssoc'23