An AI-powered chatbot that lets you chat about me, my skills, projects, and experience using semantic search — completely free and runs locally without any API keys.
Think of it as my AI digital profile assistant.
Try the chatbot live here:
👉 https://huggingface.co/spaces/paradox5555/MLportfolio?logs=container
- 🆓 Fully free — no API or paid services
- 🤖 AI semantic search chatbot
- 💬 Interactive conversational interface
- ⚡ Fast local responses
- 🔒 Privacy-friendly (runs locally or in the cloud)
This project uses the Sentence Transformers model (all-MiniLM-L6-v2) to:
- Convert profile content into dense embeddings
- Compare query vs text using cosine similarity
- Retrieve the most relevant answers
Simple AI Q&A with contextual search.
- Python
- Sentence Transformers
- Docker
- Semantic Search (Embeddings)
- Personal AI profile assistant
- Portfolio Q&A experience
- Resume + skills conversational demo
- Showcase NLP project implementation
git clone <repo-url>
cd repo-name
pip install -r requirements.txt
python app.py- Voice chat support
- Enhanced UI/UX
- Multi-profile Q&A
- Better context handling
If you enjoy this project, give it a ⭐ on GitHub! It motivates me to build more AI tools 🚀