https://github.com/msparihar/resume-parser
https://github.com/msparihar/resume-parser
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/msparihar/resume-parser
- Owner: Msparihar
- Created: 2024-07-04T08:51:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T18:01:49.000Z (almost 2 years ago)
- Last Synced: 2025-07-13T05:58:08.030Z (11 months ago)
- Language: Python
- Size: 2.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume Parser
This application uses Streamlit and ChatGPT to parse resumes and convert them into JSON format.
# Demo
https://github.com/Msparihar/Resume-Parser/assets/75237981/2c463bbb-b350-4342-8c0e-4c43fd4ff415
## Setup
1. Clone the repository
```bash
git clone https://github.com/Msparihar/Resume-Parser.git
```
2. Install the required packages:
```bash
pip install -r requirements.txt
```
3. Create a `.env` file in the root directory and add your OpenAI API key:
```
OPENAI_API_KEY=your_openai_api_key_here
```
4. Run the Streamlit app:
```bash
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.