Welcome to Chitchat with Chehak, a cute and colorful AI-powered chatbot thatβs more than just smart β it's full of personality! Whether you're uploading a file, typing a question, or speaking out loud, Chehak is here to listen and chat back in real time β just like your favorite ChatGPT... but made by YOU! πβ¨
- π Ask anything via text input
- π Upload PDFs, DOCX, or images to ask questions from content
- ποΈ Talk to the chatbot using voice input
- π Hear the response out loud
- π¬ Real-time streaming answers like ChatGPT
- π Beautiful UI with a personal touch π
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express.js
- AI Engine: Ollama (LLaVA / Llama3 model)
- Voice: Web Speech API
- Document Parsing:
pdf-parse,mammoth
chehak chitchat/ βββ frontend/ # Cute & colorful user interface (index.html, style.css, script.js) βββ backend/ # Express server with file + voice handling (index.js) βββ README.md # You're reading this!
- Start the backend server
cd backend
npm install
node index.js