Skip to content
View anjaliy11's full-sized avatar
🐒
🐒

Block or report anjaliy11

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
anjaliy11/README.md
from dataclasses import dataclass
from typing import List


@dataclass
class MLEngineer:
    name: str
    role: str
    focus_areas: List[str]
    current_work: str
    research_interests: List[str]
    philosophy: str

    def introduction(self):
        print(
            "Hello πŸ‘‹  I'm Anjali.\n"
            "I build machine learning systems that go beyond notebooks β€”\n"
            "end-to-end pipelines, deployed models, and measurable outcomes.\n"
        )


me = MLEngineer(
    name="Anjali Yadav",
    role="Machine Learning Engineer", 
    focus_areas=[
        "End-to-End ML Pipelines",
        "Deep Learning & Model Optimization",
        "MLOps & Production Deployment",
        "Statistical Modeling",
    ],
    current_work="Designing robust ML systems with measurable real-world impact.",
    research_interests=[
        "Transformers & Attention Mechanisms",
        "Representation Learning",
        "Generative & Agentic AI",
        "Efficient Inference & Model Compression",
    ],
    philosophy=(
        "Strong baselines beat clever tricks. "
        "If it doesn't evaluate well, it doesn't ship."
    ),
)

me.introduction()

🧩 LeetCode


πŸ› οΈ Tech Stack

ML / DL Python PyTorch TensorFlow scikit-learn Keras

MLOps & Deployment MLflow Docker FastAPI AWS Google Cloud

Data & Backend NumPy Pandas MySQL MongoDB


🌐 Find Me

LinkedIn Portfolio Email LeetCode

Pinned Loading

  1. Sangam_ML Sangam_ML Public

    Sangam is a collaborative digital platform that enables seamless interdepartmental communication and cooperation for government agencies, facilitating shared project planning, task scheduling, and …

    Python 2 1

  2. portfolio portfolio Public

    This repository contains the source code for my personal portfolio website, built to showcase my projects, technical skills, achievements, and contact information.

    Svelte

  3. AlgebrAI AlgebrAI Public

    AlgebrAI is an AI-powered web application that helps users solve algebraic problems with clear, step-by-step explanations. Built using Streamlit, LangChain, and Groq LLMs, it transforms natural-lan…

    Python

  4. Powerly_ Powerly_ Public

    Autonomous Microgrid Balancer using PPO RL with Adversarial Training for resilience under High-Impact Low-Probability (HILP) disturbances.

    Python

  5. Hybrid_Search_RAG Hybrid_Search_RAG Public

    A production-ready Retrieval-Augmented Generation (RAG) pipeline combining BM25 lexical search and Pinecone vector search to deliver high-accuracy hybrid retrieval. Built using LangChain, Pinecone,…

    Jupyter Notebook

  6. aden-hive/hive aden-hive/hive Public

    Multi-Agent Harness for Production AI

    Python 10.2k 5.6k