Sohammhatre10 / resume_scanner

Resume scanning and feature extraction using LLM endpoints
MIT License
3 stars 17 forks source link

Created Groq Llama Resume Create #32

Closed agrawal-sneha closed 4 weeks ago

agrawal-sneha commented 4 weeks ago

This PR caters to https://github.com/Sohammhatre10/resume_scanner/issues/29

agrawal-sneha commented 4 weeks ago

Key Changes Groq Client Integration: Initializes a Groq client instance using an API key environment variable. enhance_resume_with_groq: This function sends the structured resume data to the Groq API for potential enhancement of the content. Optional Enhancement: If a Groq API key is available, the script will attempt to enhance the resume content using the API. If enhancement fails, it will fall back to the initial user input. This setup allows for a more flexible resume creation process, with optional enhancement features powered by Groq.