Skip to content

ramya831/-Automated-Resume-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Resume Parser

📌 Project Description

This project is an Automated Resume Parser built using Flask, Python, and PostgreSQL.
It extracts structured information from unstructured resumes (PDF/DOCX).

🚀 Features

  • Admin Login System
  • Upload PDF & DOCX resumes
  • Extract:
    • Name
    • Email
    • Phone Number
    • Skills
  • Store data in PostgreSQL database
  • View all parsed resumes

🛠 Technologies Used

  • Python
  • Flask
  • PDFPlumber
  • python-docx
  • PostgreSQL
  • Regex

🧠 How It Works

  1. User uploads resume
  2. System extracts text
  3. Regex + keyword matching applied
  4. Extracted data stored in PostgreSQL
  5. Displayed in web interface

About

Create a system to extract and categorize information from resumes (PDFs/Docs).

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors