Sohammhatre10 / resume_scanner

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

Added functionality for the usage of Llama 3.2 using groq #11

Closed Shaunak-Gupta-dev closed 1 month ago

Shaunak-Gupta-dev commented 1 month ago

Summary of Changes: This pull request introduces functionality for integrating Llama 3.2 using the Groq API. The implementation is located in the GroqLlamaResumeScanner folder. The changes replace the previous OpenAI-related functionality with Llama-specific integration to better support the intended use case.

Details of Changes:

Llama Integration: Added code to use Llama for processing within the GroqLlamaResumeScanner folder. This new integration utilizes the Groq API to interact with Llama's services. Replaced OpenAI with Llama: The original functionality that involved OpenAI has been replaced with the Llama integration, adapting the logic and API calls accordingly.

Screenshot 2024-10-21 105531

have removed the phone number for privacy concerns

Sohammhatre10 commented 1 month ago

This issue caters to https://github.com/Sohammhatre10/resume_scanner/issues/3 and @Shaunak-Gupta-dev Thanks for your contribution!