Sohammhatre10 / resume_scanner

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

Add functionality for the usage of Llama 3.2 #3

Closed Sohammhatre10 closed 1 month ago

Sohammhatre10 commented 1 month ago

Add functionality for the usage of Llama 3.2 for resume scanning instead of Open Ai's GPT-4o

INEcodes commented 1 month ago

Can we do it using the llama_cpp module? Should we make a new file or add a function to the existing file?

Shaunak-Gupta-dev commented 1 month ago

Hey @Sohammhatre10 , I'd like to take this up. Could you please assign this issue to me?

Sohammhatre10 commented 1 month ago

@INEcodes yup you can, just make sure you create a new folder with llamacpp as the title before raising the PR, this will make it more organised.

Sohammhatre10 commented 1 month ago

@Shaunak-Gupta-dev you may try using the Groq-dev cloud for the same functionality I'll make sure that llamacpp and GroqLlama both folders are merged.

Sohammhatre10 commented 1 month ago

@Shaunak-Gupta-dev please add a comment on https://github.com/Sohammhatre10/resume_scanner/issues/6 as your PR addresses that issue. Will be assigning that issue to you.

Shaunak-Gupta-dev commented 1 month ago

@Sohammhatre10, I apologize for the earlier mistake. I mistakenly named my previous PR as "Gemini" integration, but it was actually for integrating Llama using the Groq API. I have now raised a new PR with the correct name.

Please consider reviewing the updated PR, and I’m sorry for the confusion.

Sohammhatre10 commented 1 month ago

@Shaunak-Gupta-dev no problem, Thanks for the contribution!