Skip to content

khushi491/resume-parser-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Parser AI

This project is a resume parser AI system that extracts structured data from resume text.

Features

  • Parse resume text
  • Extract structured data
  • Output ATS-grade JSON
  • Calculate experience duration
  • Extract technologies from experience
  • Categorize skills correctly

Getting Started

To get the project up and running, follow these steps:

  1. Install Python Dependencies:

    pip install -r requirements.txt
  2. Install Node.js Dependencies: Navigate to the frontend directory and install the dependencies:

    cd frontend
    npm install
  3. Run the Application: From the frontend directory, run the combined start script:

    npm start

    This will start both the backend (FastAPI) and the frontend (Vite) concurrently.

API Endpoint

POST /parse-resume

Request Body:

{
  "resume_text": "string"
}

Response Body:

The parsed resume in JSON format.

resume-parser-ai

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors