Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available: 1.64.0
metadata
title: Prabhu Nithin Gollapudi - Personal AI Chatbot
emoji: 🤖
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: 1.50.0
app_file: app.py
pinned: true
Prabhu Nithin Gollapudi - Personalized Chatbot
A personalized AI chatbot that responds as if it's Prabhu Nithin Gollapudi himself, using LangChain, FAISS, Streamlit, and Google's Gemini API. It pre-loads Prabhu's resume so anyone can chat with him about his experience, skills, and interests.
Features
- Auto-loads resume—no uploads needed.
- RAG for accurate, grounded responses.
- Fully free (no paid APIs).
Setup
- Clone repo.
- Add your own
resume.md(or use the included one). - (Optional) Add a profile image named
profile_image.pngto the root directory. pip install -r requirements.txt- Create a
.envfile with yourGOOGLE_API_KEY. streamlit run app.py
Demo: Link to HF Space