Skip to content
View anshulraj10's full-sized avatar

Highlights

  • Pro

Block or report anshulraj10

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

Hi, I’m Anshul

I work on applied machine learning systems, with a focus on taking models from experimentation to reliable, real-world deployment. My interests sit at the intersection of production ML, deep learning, and generative AI, especially where system design and evaluation matter as much as model performance.

Most of my work explores how research ideas translate into scalable, maintainable ML systems beyond notebooks and demos.


What I Build

  • End-to-end machine learning systems used in production
  • Deep learning models for vision, sequence, and ranking problems
  • Production ML pipelines with deployment, monitoring, and iteration in mind
  • Applied generative AI and LLM-based systems
  • Data pipelines, evaluation workflows, and experimentation frameworks

I care a lot about ownership, clarity, and making ML systems work reliably over time.


Selected Projects

Here are a few projects that represent my current interests and approach:


How I Think About ML

I approach machine learning as a systems problem, not just a modeling task.

Some principles I try to follow:

  • Prefer simple, well-evaluated solutions over complex but fragile ones
  • Design ML pipelines with deployment, monitoring, and iteration in mind
  • Treat data quality, evaluation, and failure modes as first-class concerns
  • Translate research ideas into practical systems that teams can operate and trust

I enjoy working on problems where engineering decisions matter as much as algorithmic choices.


Tools & Technologies

Machine Learning & AI

  • PyTorch, TensorFlow, Scikit-learn
  • Deep Learning, Computer Vision, NLP
  • Transformers, LLM-based systems, Generative AI

Production ML & Systems

  • Model deployment, CI/CD for ML, monitoring
  • Docker, Jenkins, Linux
  • Edge and real-time ML systems

Data & Programming

  • Python, SQL
  • Pandas, NumPy
  • Experimentation and evaluation tooling

Notes and Experiments

Some repositories are exploratory in nature. I often use GitHub to test ideas, prototype systems, and document learnings as I go. Not everything here is polished, but most projects reflect real problems I was curious to understand or solve.


Find Me Elsewhere


This README is intentionally kept simple and timeless. It reflects how I work, not just what I work with.

Pinned Loading

  1. ai-music-generator ai-music-generator Public

    A Streamlit app that generates emotion-based music from text using DistilBERT for emotion detection and EmotionBox for symbolic music composition

    Python

  2. ai-voice-replication ai-voice-replication Public

    A Flask web app for cloning voices using OpenVoice v1 and v2—enabling expressive speech synthesis from user audio through style and accent transfer.

    Python

  3. face-aging-app face-aging-app Public

    An web app that uses Stable Diffusion to age or de-age faces with realistic inpainting guided by custom masks and text prompts

    Python

  4. multi-llm-agents-feedback multi-llm-agents-feedback Public

    A Streamlit web app that uses multiple autonomous AI agents to generate and evaluate responses to user queries—enabling multi-perspective reasoning through a collaborative feedback loop

    Python