A newer version of the Streamlit SDK is available:
1.44.0
metadata
title: Resume Parser from PDF to JSON
description: >-
A Streamlit app that parses a resume in PDF format and converts it into a
structured JSON format.
emoji: 🔥
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: 1.33.0
app_file: app.py
pinned: false
license: apache-2.0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Resume Parser from PDF to JSON
This project takes a resume in PDF format, extracts the text, and converts it into a structured JSON format.
Installation
Clone the repository:
git clone https://huggingface.co/spaces/kushagrasharma-13/Resume_Parser_HuggingFace cd resume-parser
Install the required packages:
pip install -r requirements.txt
Usage
Place your resume PDF in the root directory as
example_resume.pdf
.Run the parser script:
python parse_resume.py
The output JSON will be printed in the console.
Example
Place your resume PDF in the root directory and run the script to see the JSON output.
License
This project is licensed under the MIT License.