#!/usr/bin/env python3
# -*- coding: utf-8 -*-
class SanyamGarg:
"""
An AI/ML Engineer who ships real things, breaks things fast,
and documents the wreckage on GitHub.
"""
def __init__(self):
self.name = "Sanyam Garg"
self.role = ["AI/ML Engineer", "Computer Vision Dev",
"Quant Researcher", "Full-Stack Builder"]
self.education = "B.Tech CS (AI/ML Specialization) โ Final Year ๐"
self.location = "India ๐ฎ๐ณ"
self.hardware = "NVIDIA A100 SXM4 80GB @ GI Ventures ๐ฅ"
self.currently_building = {
"๐ฅ InboxIQ AI" : "Smart Gmail classifier โ Chrome Ext + FastAPI + Next.js + AI pipeline",
"๐ฑ PlantDoc CNN" : "Plant disease detection, 90%+ val accuracy, 38 classes, Gradio + LangChain",
"๐ AlphaResearch": "WorldQuant BRAIN quant alpha, Fitness 1.52, targeting Gold (10k pts)",
}
self.stack = {
"AI / ML" : ["PyTorch", "OpenCV", "Scikit-Learn", "HuggingFace", "Keras"],
"LLM / Agents" : ["LangChain", "Claude API", "Groq", "OpenAI", "LLaMA", "Gradio"],
"Backend" : ["FastAPI", "Flask", "Python 3.11"],
"Frontend" : ["Next.js", "React", "Tailwind CSS", "TypeScript"],
"Data" : ["Pandas", "NumPy", "yfinance", "vectorbt"],
"DevOps" : ["Docker", "GitHub Actions", "AWS", "GCP", "Render", "Heroku"],
"Languages" : ["Python", "C++", "C", "JavaScript", "TypeScript"],
}
self.achievements = [
"๐ฅ Top 20% โ WorldQuant International Quant Championship 2026 Stage 1",
"โก Computer Vision Intern @ GI Ventures โ NVIDIA A100 cluster",
"๐ฟ PlantDoc CNN โ 90%+ accuracy on PlantVillage (38 disease classes, PyTorch)",
"๐จ Artify โ Neural Style Transfer app (VGG19, Docker, deployed on Render)",
"๐ค InboxIQ AI โ Full SaaS: Chrome Ext + Next.js + FastAPI + Gmail API",
"๐ Polaris Fellowship Applicant โ AI Second Brain & Knowledge Graph project",
"๐ผ Blueberry Travels โ Running travel biz w/ WhatsApp + Instagram automation",
]
self.fun_fact = "I trained a CNN to detect leaf diseases at 90%+ accuracy... for fun. ๐ฟ"
self.motto = "Build fast. Break things. Ship it. ๐"
def get_contact(self) -> dict:
return {
"email" : "gargsanyam217@gmail.com",
"linkedin" : "linkedin.com/in/sanyam-garg-13598320b",
"portfolio": "Sanyam0101.me",
}
def __repr__(self) -> str:
return f"<SanyamGarg | {len(self.achievements)} achievements & counting ๐ฅ>"
if __name__ == "__main__":
me = SanyamGarg()
print(me)
# Output: <SanyamGarg | 7 achievements & counting ๐ฅ>| ๐ญ Building | ๐ฑ Researching | ๐ก Exploring |
|---|---|---|
| InboxIQ AI (SaaS) | WorldQuant BRAIN Alphas | Agentic AI Workflows |
| Plant Disease CNN | Quant Signal Research | LLM Fine-Tuning |
| YouTube Channel โ Sagyam ๐ฟ | NSE/BSE Algo Trading | Multi-modal AI Systems |
Production-grade AI email management system. Chrome extension captures Gmail metadata, FastAPI backend runs a multi-class LLM classification pipeline, Next.js dashboard gives clean inbox analytics. Status: |
PyTorch CNN trained on PlantVillage dataset (54,000+ images). Deployed with Gradio UI + LangChain/Groq chatbot for conversational plant health diagnosis. Status: |
Web app that applies famous artistic styles to user-uploaded images using VGG19 feature extraction. Fully containerized and deployed to cloud. Status: |
Systematic alpha factor research using Fast Expression language. Best alpha: Status: |
Knowledge management system that builds a semantic graph from personal notes, enables intelligent retrieval and connection-mapping across concepts. Applied to Polaris Fellowship project. Status: |
End-to-end automation pipeline for a running travel business. Auto-responds to WhatsApp inquiries, manages Instagram DMs, and handles booking workflows. Status: |
๐ง AI / ML / Computer Vision
๐ค LLM APIs & Agents
๐ป Languages
๐ Web & Backend
โ๏ธ DevOps & Cloud
๐๏ธ Databases & Data
| ๐ Achievement | ๐ Details |
|---|---|
| ๐ฅ WorldQuant IQC 2026 | Top 20% โ Stage 1, International Quant Championship |
| โก NVIDIA A100 Access | Computer Vision Intern @ GI Ventures โ 80GB A100 SXM4 |
| ๐ฟ 90%+ CNN Accuracy | Plant disease detection across 38 classes, 54K+ images |
| ๐จ Neural Style Transfer | Artify โ VGG19 app live on Render + Docker |
| ๐ง Full SaaS Build | InboxIQ AI โ Chrome Ext + Next.js + FastAPI + Gmail API + AI |
| ๐ Polaris Fellowship | Applied w/ AI Second Brain & Knowledge Graph project |
| ๐ผ Entrepreneurship | Blueberry Travels running with AI-powered WhatsApp/Instagram automation |
| ๐ Quant Research | Best alpha Fitness 1.52, targeting WorldQuant BRAIN Gold |
---



