Resume chatbot for internal purposes
-
Install dependencies
conda create --name skilscout-env python=3.11 conda activate skilscout-env pip install -r requirements.txt
-
Source OpenAI API keys
export OPENAI_API_KEY=<api_key>
-
Create a summary of all the resumes in the folder
Store all the resume PDFs in the
data
folder and run the following commandpython app.py summarize --resume_path data
-
Create a vector store of all summaries
python app.py vector_store --resume_summary_path data
-
Run the app with the vector store
python app.py app