This application uses Streamlit and ChatGPT to parse resumes and convert them into JSON format.
Screen.Recording.-.Jul.4.2024.mp4
- Clone the repository
git clone https://github.com/Msparihar/Resume-Parser.git
- Install the required packages:
pip install -r requirements.txt
- Create a
.env
file in the root directory and add your OpenAI API key:
OPENAI_API_KEY=your_openai_api_key_here
- Run the Streamlit app:
streamlit run app.py
- Upload a resume file (PDF, DOCX, or TXT format)
- Click on "Parse Resume"
- The parsed JSON output will be displayed
This application uses the OpenAI API, which may incur costs. Please be aware of your usage and any associated fees.