Skip to content
View Sanyam0101's full-sized avatar

Block or report Sanyam0101

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Sanyam0101/README.md


๐Ÿงฌ Who Am I?

#!/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 ๐Ÿ”ฅ>

โšก Current Status

๐Ÿ”ญ 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

Status Status Status Status


๐Ÿš€ Featured Projects

๐Ÿฅ InboxIQ AI

Smart Gmail Inbox Classifier โ€” Full SaaS

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.

FastAPI Next.js Gmail API Claude

Status: ๐Ÿ”ฅ In Development

๐ŸŒฟ Plant Disease Detection CNN

90%+ Accuracy on 38 Disease Classes

PyTorch CNN trained on PlantVillage dataset (54,000+ images). Deployed with Gradio UI + LangChain/Groq chatbot for conversational plant health diagnosis.

PyTorch Gradio LangChain Groq

Status: โœ… Deployed | 90%+ Val Accuracy

๐ŸŽจ Artify โ€” Neural Style Transfer

VGG19-Powered Art Style Transformation

Web app that applies famous artistic styles to user-uploaded images using VGG19 feature extraction. Fully containerized and deployed to cloud.

Keras Flask Docker Render

Status: โœ… Live on Render

๐Ÿ“ˆ WorldQuant Alpha Research

Quantitative Signal Discovery on BRAIN Platform

Systematic alpha factor research using Fast Expression language. Best alpha: group_rank(-(close/vwap - 1), subindustry) โ€” Fitness 1.52. Targeting Gold status (10,000 pts).

Python Pandas WorldQuant

Status: ๐Ÿ“ˆ Top 20% IQC 2026 Stage 1

๐Ÿง  AI Second Brain

Personal Knowledge Graph with LLM Integration

Knowledge management system that builds a semantic graph from personal notes, enables intelligent retrieval and connection-mapping across concepts. Applied to Polaris Fellowship project.

LangChain Python Claude

Status: ๐Ÿ”ฌ Research Phase

โœˆ๏ธ Blueberry Travels Automation

WhatsApp + Instagram Business Automation

End-to-end automation pipeline for a running travel business. Auto-responds to WhatsApp inquiries, manages Instagram DMs, and handles booking workflows.

Python WhatsApp Instagram

Status: ๐Ÿ’ผ Production | Business Running


๐Ÿ› ๏ธ Tech Arsenal

๐Ÿง  AI / ML / Computer Vision

LangChain Scikit-Learn HuggingFace Gradio Groq NVIDIA


๐Ÿค– LLM APIs & Agents

Claude OpenAI LLaMA Groq


๐Ÿ’ป Languages


๐ŸŒ Web & Backend


โ˜๏ธ DevOps & Cloud


๐Ÿ—„๏ธ Databases & Data


๐Ÿ“Š GitHub Stats



๐Ÿ† GitHub Trophies

๐Ÿ“ˆ Contribution Activity


๐Ÿ Watch My Contributions Get Eaten

snake

๐ŸŽฏ Achievements & Highlights

๐Ÿ… 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

โš”๏ธ LeetCode Stats

---

๐ŸŽฎ Competitive Coding

LeetCode Codeforces GeeksForGeeks


๐Ÿ’ฌ Today's Dev Quote


๐ŸŒ Let's Connect & Build Together

Connect SVG



Footer SVG

Pinned Loading

  1. grasper-project grasper-project Public

    minor project

    CSS 1 3

  2. people-counting-system people-counting-system Public

    it a AI/ML project where people counting mechanisim by using computer vision

    Python 1

  3. AI-Hedge-Fund AI-Hedge-Fund Public

    live AI hedge fund link

    Python

  4. PYTHON-data-SCIENCE-NOTEBOOKS PYTHON-data-SCIENCE-NOTEBOOKS Public

    PRACTICE PROJECTS AND DATA SCIENCE PROJECTS

    Jupyter Notebook

  5. Artify Artify Public

    Artify Neural Style Transfer Engine

    HTML

  6. BrainRoot BrainRoot Public

    knowledge graph management system

    TypeScript 1