Shipped this project!
I built Iris, a full stack AI chatbot that isn’t just another boring, polite robot. Instead, I took over 12k real WhatsApp messages from my friend and used Kaggle to train a Llama-3 model to mimic her exact personality, a bossy but caring mentor who uses slang and emojis. She talks in Roman Urdu and Eng with bit of japanese words.
The hardest part was figuring out how to connect all the different technologies. I had to learn how to shrink (quantize) my AI model so it could fit on a Hugging Face Space, (yea I spent so much time on training part) build a Python backend using FastAPI, and then connect it to my Next.js website . I even wrote a mini web search feature (RAG) so she can browse the internet if you ask her a complex question. I am really proud of how the model turned out and the fact that I built a complete, working AI pipeline from scratch.