███╗ ███╗ ██████╗ ██╗ ██╗ █████╗ ███╗ ███╗███████╗██████╗
████╗ ████║██╔═══██╗██║ ██║██╔══██╗████╗ ████║██╔════╝██╔══██╗
██╔████╔██║██║ ██║███████║███████║██╔████╔██║█████╗ ██║ ██║
██║╚██╔╝██║██║ ██║██╔══██║██╔══██║██║╚██╔╝██║██╔══╝ ██║ ██║
██║ ╚═╝ ██║╚██████╔╝██║ ██║██║ ██║██║ ╚═╝ ██║███████╗██████╔╝
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═════╝
███████╗██╗ ██╗ █████╗ ██╗ ██╗███████╗███████╗██╗
██╔════╝██║ ██║██╔══██╗██║ ██╔╝██╔════╝██╔════╝██║
███████╗███████║███████║█████╔╝ █████╗ █████╗ ██║
╚════██║██╔══██║██╔══██║██╔═██╗ ██╔══╝ ██╔══╝ ██║
███████║██║ ██║██║ ██║██║ ██╗███████╗███████╗███████╗
╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝
╔══════════════════════════════════════════════════════════════════╗
║ ║
║ class MohamedShakeel: ║
║ role = "AI / ML Student" ║
║ location = "Tirunelveli, Tamil Nadu, India 🇮🇳" ║
║ focus = "RAG Systems + LLM Applications" ║
║ currently = "Building AI systems that actually work" ║
║ ║
║ def philosophy(self): ║
║ return "LLMs become useful when they know where ║
║ to look. Retrieval is everything." ║
║ ║
║ def mindset(self): ║
║ return "Consistency > Perfection" ║
║ ║
╚══════════════════════════════════════════════════════════════════╝@@ RAG Architecture @@
+ Retrieval-Augmented Generation Pipelines
+ Semantic Chunking & Hybrid Search
+ Fine-tuned Embedding Models for Domain Retrieval
+ Agentic RAG with Memory & Tool-calling
+ FastAPI backends for production ML services
+ Streamlit + Docker AI app deployment[ CORE ML ]
[ LLMs & GEN AI ]
[ VECTOR DBs & RETRIEVAL ]
[ DATA & EXP ]
[ DEPLOYMENT ]
🩺 CardioGuard — Cardiovascular risk prediction system
FastAPIFlutterNext.jsSupabaseML ClassificationReal-time risk scoring with multi-platform frontend & live data sync
🎬 CineSync — AI-powered Telegram movie recommendation bot
LangChainn8nTelegram APIUnderstands natural language queries to surface the right film, every time
📚 BriefMind — NLP-based document summarizer
NLPTransformersPythonCuts reading time dramatically by distilling documents to their core
⚖️ LexAI — AI legal query assistant
Gemini APIStreamlitRAGMakes legal reasoning accessible through conversational AI
flowchart LR
A(["🧑 User Query"]) --> B["⚡ Retriever"]
B --> C[("🗄️ Vector DB")]
C --> D["📄 Relevant Chunks"]
D --> E["🧠 LLM"]
E --> F(["✅ Grounded Answer"])
style A fill:#0a0a1a,color:#00f5ff,stroke:#00f5ff
style B fill:#0a0a1a,color:#a78bfa,stroke:#a78bfa
style C fill:#0a0a1a,color:#00f5ff,stroke:#00f5ff
style D fill:#0a0a1a,color:#a78bfa,stroke:#a78bfa
style E fill:#0a0a1a,color:#00f5ff,stroke:#00f5ff
style F fill:#0a0a1a,color:#a78bfa,stroke:#a78bfa
- "Just another ML student"
+ "Building AI systems that actually work, from Tirunelveli."© Mohamed Shakeel · Built with curiosity & caffeine ☕
