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. Using the RAG technique with Google’s Vertex AI, personalized AI-based recommendations are made across various aspects, including course suggestions.
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
I. GEMINI API Key: Enter your GEMINI API key in the .env file located in the root directory.
II. LANGCHAIN API Key: Provide your LANGCHAIN API key in the .env file.
III. Google Application Credentials: Specify the location of your Google Application Credentials JSON file in the .env file.
flask --app main run