CoolFace
Apppublic

I2E/resume-parser

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

Resume Parser & Analyzer

A modern web application for parsing, analyzing, and matching resumes against job descriptions.

Features

  • Resume Parsing: Upload PDF, DOC, or DOCX files and extract structured information
  • Experience Calculation: Automatically calculates total work experience from resume content
  • Resume Matching: Match resumes against job descriptions to find the best candidates
  • Dashboard: Modern UI for managing and analyzing parsed resumes
  • Filtering: Filter resumes by skills, experience, education, and status

Technologies

  • Next.js
  • React
  • Prisma (PostgreSQL)
  • TypeScript
  • Tailwind CSS
  • Shadcn UI

Usage

  1. 1.Upload resumes through the dashboard
  2. 2.View parsed resume data with extracted information
  3. 3.Match resumes against job descriptions
  4. 4.Manage candidates with status tracking

Note for Hugging Face Space Users

This application requires a PostgreSQL database to function properly. If you're using this Space, you may need to configure the database connection in the Space settings.

Local Development

To run this project locally:

  1. 1.Clone the repository
  2. 2.Install dependencies with pnpm install
  3. 3.Set up a PostgreSQL database and update the .env file
  4. 4.Run the development server with pnpm dev

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference