Skip to content

hindav/Chat-Hindav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


🤖 Hindav Profile Q&A

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.


🚀 Live Demo

Try the chatbot live here:
👉 https://huggingface.co/spaces/paradox5555/MLportfolio?logs=container


✨ Key Highlights

  • 🆓 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)

🧠 How It Works

This project uses the Sentence Transformers model (all-MiniLM-L6-v2) to:

  1. Convert profile content into dense embeddings
  2. Compare query vs text using cosine similarity
  3. Retrieve the most relevant answers

Simple AI Q&A with contextual search.


🛠 Tech Stack

  • Python
  • Sentence Transformers
  • Docker
  • Semantic Search (Embeddings)

🎯 Purpose

  • Personal AI profile assistant
  • Portfolio Q&A experience
  • Resume + skills conversational demo
  • Showcase NLP project implementation

⚙️ Run Locally

git clone <repo-url>
cd repo-name
pip install -r requirements.txt
python app.py

🚀 Future Improvements

  • Voice chat support
  • Enhanced UI/UX
  • Multi-profile Q&A
  • Better context handling

⭐ Support

If you enjoy this project, give it a ⭐ on GitHub! It motivates me to build more AI tools 🚀


About

An AI chatbot built to provide information about my profile, projects, skills, and experience through natural conversation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors