Skip to content

This project is a simple web application designed to match job descriptions with candidate resumes using OpenAI's API. It was a toy project for me to learn JavaScript, HTML, and CSS.

License

Notifications You must be signed in to change notification settings

alex000kim/IntelliMatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IntelliMatch: Job Applicant Assessment Tool

This project is a simple web application designed to match job descriptions with candidate resumes using OpenAI's API. It was a toy project for me to learn JavaScript, HTML, and CSS.

Features

  • PDF Upload: Allows uploading job descriptions and resumes as PDFs.
  • OpenAI Analysis: Uses OpenAI's API to evaluate the fit between job descriptions and resumes.

Quick Start

  1. Obtain an OpenAI API Key: Essential for analysis.
  2. Local Storage of API Key: The application prompts for an OpenAI API key on the first load, storing it in browser storage. Note: Storing API keys in browser storage is not secure and is used here for learning purposes only.
  3. Open index.html: Run the application by opening the index.html file in a browser.

Usage

Upload the job description and candidate's resume PDFs, then click "Analyze Fit" for the assessment.

Example screenshots

screenshot_mle screenshot_da

License

MIT License.

About

This project is a simple web application designed to match job descriptions with candidate resumes using OpenAI's API. It was a toy project for me to learn JavaScript, HTML, and CSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages