This is a proof of concept. It's chat bot that helps recruiters to right questions on profile. Check the blog post for more details.
- Set
OPENAI_API_KEYenvironment variable.You can get it from https://platform.openai.com/account/api-keys. - Install conda. Follow instructions from https://docs.conda.io/projects/conda/en/latest/user-guide/install/.
- Go to root directory of the project and run
conda env create -f environment.yml. - Run
conda activate profile-copilot-poc. - Run
python main.py.