--- 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 1. Clone the repository: ```sh git clone https://huggingface.co/spaces/kushagrasharma-13/Resume_Parser_HuggingFace cd resume-parser ``` 2. Install the required packages: ```sh pip install -r requirements.txt ``` ## Usage 1. Place your resume PDF in the root directory as `example_resume.pdf`. 2. Run the parser script: ```sh python parse_resume.py ``` 3. 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.