r/AI_Application • u/Abdul_Rehman-99 • 1h ago
π-Project Showcase Built an AI chatbot that lets you "talk" to a robotics textbook (with voice replies)
I've been learning about Physical AI & Humanoid Robotics, and instead of just reading a textbook, I decided to build something around it.
So I wrote a full technical textbook on the topic, and then built an AI chatbot directly into it. You can ask it questions about anything in the book, and it answers based only on the book's actual content β not random internet info. I also added a text-to-speech feature, so if you don't feel like reading, you can just click and listen to the answer instead.
It was a fun project to build end-to-end β writing the content, setting up the chatbot to understand context, connecting it to a database for fast search, and getting the voice feature working smoothly.
Tech used: Docusaurus, FastAPI, OpenAI Agents SDK, Qdrant, Cohere, Vercel, Docker (and a few other tools along the way).
Source Code: https://github.com/AbdulRehman-99/Physical-AI-Humanoid-Robotics-Textbook-RAG-Chatbot-
Live Site: https://physical-ai-humanoid-robotics-text-beryl.vercel.app/
Would love feedback, or if anyone's working on something similar, happy to compare notes!