Personal RAG chatbot answering resume questions built with OpenAI, Chroma DB, HuggingFace Spaces, and Gradio
The author wanted to gain hands-on experience with Generative AI tooling, engage recruiters through more naturalized interactions, and evaluate the readiness of available tooling for real-world projects.
A personal chatbot was successfully deployed on HuggingFace Spaces and integrated into the author's website, ready to answer questions about their professional background.
Frequently asked questions
What did this team achieve with this AI workflow?
A personal chatbot was successfully deployed on HuggingFace Spaces and integrated into the author's website, ready to answer questions about their professional background.
What tools did this team use?
OpenAI API, gpt-3.5-turbo-16k, text-embedding-ada-002, Chroma DB, Gradio, HuggingFace Spaces, Pandoc.
What results were reported?
Learning and deployment outcome: deeply enriching experience (source-reported, not independently verified).
How is this recruiting AI workflow structured?
LinkedIn profile downloaded → HTML converted to Markdown → Content chunked and indexed in Chroma DB → User query submitted via Gradio → RAG retrieval from vector database → Response generated by GPT-3.5 → Answer displayed via Gradio.