Thanks to visit codestin.com
Credit goes to github.com

Skip to content

infracloudio/skillscout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkillScout

Resume chatbot for internal purposes

Usage

  1. Install dependencies

    conda create --name skilscout-env python=3.11
    conda activate skilscout-env
    pip install -r requirements.txt
  2. Source OpenAI API keys

    export OPENAI_API_KEY=<api_key>
  3. Create a summary of all the resumes in the folder

    Store all the resume PDFs in the data folder and run the following command

    python app.py summarize --resume_path data
  4. Create a vector store of all summaries

    python app.py vector_store --resume_summary_path data
  5. Run the app with the vector store

    python app.py app

Demo

About

Resume chatbot for internal purpose

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages