Skip to content

Automated Interview and Resume Analysis Project: Utilizing LLM Palm 2 to streamline the hiring process. This project conducts interviews, analyzes resumes, asks relevant questions, and saves scoring data in a file.

Notifications You must be signed in to change notification settings

ShubhamMishra1611/ai_alchemist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai_alchemist

Work in progress.

This repository contains a Python script that utilizes the Palm and Aspose.Words libraries for text generation and document processing. The script analyzes a candidate's resume for the position of given job description, performs skill matching, and conducts a question-answering session to evaluate the candidate's suitability for the job.

Dependencies

List of all libraries and dependencies used in this project: Palm - Aspose.Words - PyPDF2 - docx2txt - pyttsx3 -

Usage

  1. Install the required libraries and dependencies mentioned above.
  2. Create a config.json file with the following structure:
    {
        "user_name": "YOUR_USERNAME",
        "API": "YOUR_PALM_API_KEY"
    }
    
  3. Run the main.py script.
  4. Enter the job description and the candidate's resume file path when prompted.

About

Automated Interview and Resume Analysis Project: Utilizing LLM Palm 2 to streamline the hiring process. This project conducts interviews, analyzes resumes, asks relevant questions, and saves scoring data in a file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages