Skip to content
View Abhinav-Anil's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Abhinav-Anil

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.

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
Abhinav-Anil/README.md

header

Typing SVG

Designing production-grade ML systems, scalable data pipelines, and applied AI solutions — from raw data to deployed models.

LinkedIn Google Scholar Instagram Email Profile Views

divider

🧭 About Me

const abhinav = {
    role:       "Senior Data Scientist & AI/ML Engineer",
    focus:      ["Machine Learning", "Deep Learning", "Applied AI / GenAI", "MLOps"],
    currently:  "Building scalable, production-grade ML systems & data pipelines",
    lifecycle:  "framing → data pipelines → modeling → deployment → monitoring",
    toolbelt:   "from GPU training clusters down to nginx configs & SQL warehouses",
    askMeAbout: ["RAG & Knowledge Graphs", "Agentic AI", "Forecasting", "Computer Vision"],
    funFact:    "A well-tuned data pipeline is as satisfying as a clean model fit 📈"
};

divider

🛠️ Tech Arsenal

🐍 Languages

📊 Data Science & Analytics

📈 Data Visualization

🧠 Deep Learning

🤖 LLM & GenAI

🗄️ Databases & Data Engineering

☁️ MLOps · Cloud · DevOps

divider

🔬 Core Expertise

🧠 Machine Learning & AI
  • Supervised & Deep Learning
  • NLP, RAG & Recommendation Systems
  • Forecasting & Predictive Analytics
  • Optimization & Decision Models
🤖 Applied AI & GenAI
  • LLM-powered assistants & integrations
  • Agentic AI & workflow automation
  • Knowledge-graph + vector retrieval
  • Prompt & retrieval pipelines
👁️ Computer Vision
  • Image classification & segmentation
  • Object detection & tracking
  • Real-time inference pipelines
☁️ Data Engineering & MLOps
  • Large-scale ETL & feature pipelines
  • Dimensional modeling & SQL tuning
  • Containerized model serving
  • Experiment tracking & monitoring

divider

🚀 Featured Work

Project What it does Stack
🤖 RAG Knowledge Assistant Retrieval-augmented Q&A over custom documents using embeddings + LLMs. Python · LangChain · Qdrant
📈 Time-Series Forecasting End-to-end forecasting with feature engineering, backtesting & model comparison. Python · scikit-learn · XGBoost
👁️ Real-Time Object Detection Detection & tracking pipeline with a lightweight inference API. PyTorch · OpenCV · FastAPI
🚀 ML Model Serving API Containerized inference service with experiment tracking & monitoring. FastAPI · Docker · MLflow

divider

📊 GitHub Analytics

GitHub Stats Top Languages

GitHub Streak

Activity Graph

Contribution Snake

🏆 GitHub Trophies

GitHub Trophies

divider

💬 Dev Quote

Random Dev Quote

🤝 Let's Connect

LinkedIn Google Scholar Instagram

Always learning, always shipping. ⚡

footer

Pinned Loading

  1. Herokup_App_Deployment Herokup_App_Deployment Public

    Deployment of web application with flask on the cloud through Heroku

    Python 1 1

  2. Vision Vision Public

    Boundingbox and Illusion effect in static background

    Python 2 2

  3. Face detection using no deep learnin... Face detection using no deep learning with FPS of greater than 200
    1
    import cv2
    2
    import mediapipe as mp
    3
    import time
    4
    
                  
    5
    mp_facedetector = mp.solutions.face_detection
  4. Arranging the file/dir in their resp... Arranging the file/dir in their respective folder
    1
    import os
    2
    import shutil
    3
    
                  
    4
    current_dir = os.path.dirname(os.path.realpath(__file__))
    5