Neuramini is a full-stack conversational chatbot platform developed and deployed using cutting-edge technologies. It integrates Large Language Models (LLMs) for text-based interaction and Hugging Face ViT for intelligent image classification, providing users with a smart, seamless, multimodal chat experience.
🔗 Link : https://neuramini.vercel.app/
- 🔐 Firebase-authenticated user login and profile editing
- 💬 Text responses generated using Mistral AI via OpenRouter
- 🖼 Image uploads with classification via Hugging Face Vision Transformers
- 🔍 Search bar to filter messages
- 🧹 Clear chat functionality
- 📝 Markdown-rendered bot replies
- ☁ Image hosting via Cloudinary
- 🎨 Sleek, aesthetic UI with dark fluorescent theme
Frontend
- Next.js, React.js, CSS Modules
- react-markdown, react-speech-recognition
Backend & Cloud
- Firebase Authentication & Firestore
- Cloudinary (image storage)
- OpenRouter (Mistral LLM API)
- Hugging Face Transformers (vit-base-patch16-224)
Tools
- Git, GitHub, Vercel