My Projects
1. Image Analyzer
A beginner-friendly image processing tool that extracts useful details from uploaded images using AI.
- Automatically detects and describes image content
- Built using Python and basic computer vision
π‘ Great for exploring AI + image tools in a simple way.
2. Pet Name Analyzer
A fun and smart tool that gives meaning, uniqueness, and personality insights into any pet name.
- Input your pet's name β get analysis
- Built using Gemini AI API or GPT
- Can suggest cute or unique names
π‘ Combines creativity with API power β fun and engaging!
3. Simple AI Jarvis Assistant
A voice-controlled assistant inspired by Iron Manβs J.A.R.V.I.S., built with Python and basic AI.
- Voice command with speech recognition
- Replies with speech (text-to-speech)
- Can search Google, play YouTube, and more
π‘ Great intro to automation, voice tech, and Python scripting.
4. LangChain Chat Bot
An intelligent chatbot built using LangChain for real-time, AI-powered conversation.
- Built using LangChain and Gemini/OpenAI
- Supports tools, memory, and Q&A
- Can be extended with knowledge base
π‘ Shows advanced use of LLMs and next-gen AI tools.
5. Online Shopping Website
A simple and functional e-commerce website with cart, filter, and user login.
- Flask + MongoDB backend
- Add to cart, remove, show total
- Login/Register and product search
π‘ Full-stack app β frontend, backend, database integration.