Resume Parser

This application uses Streamlit and ChatGPT to parse resumes and convert them into JSON format.

Demo

Screen.Recording.-.Jul.4.2024.mp4

Setup

  1. Clone the repository
git clone https://github.com/Msparihar/Resume-Parser.git
  1. Install the required packages:
pip install -r requirements.txt
  1. Create a .env file in the root directory and add your OpenAI API key:
OPENAI_API_KEY=your_openai_api_key_here
  1. Run the Streamlit app:
streamlit run app.py

Usage

  1. Upload a resume file (PDF, DOCX, or TXT format)
  2. Click on "Parse Resume"
  3. The parsed JSON output will be displayed

Note

This application uses the OpenAI API, which may incur costs. Please be aware of your usage and any associated fees.