Chatbot in GCP to analyze candidate CVs for sales advisor positions. This solution aimed to streamline recruitment processes, reduce time-to-hire, and select top prospects with high retention and productivity potential. The system utilized techniques such as prompt engineering, Retrieval-Augmented Generation (RAG), and fine-tuning.
- Install Pipenv
- Update .env file
- Create a service account file: llm.json
- Install dependencies using pipenv
pipenv install
- Run the server
# With pipenv pipenv run streamlit run app.py # With streamlit streamlit run app.py