The Resume Parser is a powerful tool designed to automate the extraction and analysis of key information from resumes. By leveraging the Gemini API, this application converts unstructured resume data into structured formats, enabling efficient data processing. The parser provides personalized job role and certification recommendations based on extracted data.
git clone https://github.com/GDGouravDey/Resume-Parser-Gemini.git
cd Resume-Parser-Gemini
python -m venv venv
source venv/bin/activate
On Windows, use `venv\Scripts\activate`
pip install -r requirements.txt
Enter your GEMINI API KEY in the .env file in the root directory.
flask --app main run