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

Block or report nityanandmathur

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nityanandmathur/README.md

Typing SVG

> nityanandmathur@github:~$ ./about_me.sh

👾 ML Researcher | Code Alchemist | Digital Sketchsmith

  • 🕶️ Engineer with a penchant for generative AI, explainable ML, and hacking together things that probably shouldn’t work—but do.
  • 🏴‍☠️ B.Tech CSE @ IIIT Guwahati
  • 🛠️ Building at the intersection of code, art, and science.

[root@machine ~]# tail -7 ./publications.log


$ ls -l --color ./work_history

  • Smallest AI | Data Scientist (Oct 2024–present)
    — Real-time, flow-based instant voice cloning, LoRA magic, TTS latency slashing
  • Bosch Research | ML Intern (Jan–Aug 2024)
    — Synthetic dataset generation with latent diffusion, source-free DA pipelines
  • IBM | Research Intern (Jun–Dec 2023)
    — Kronecker adapters for T2I, parameter-efficient diffusion wizardry
  • University of Surrey | Research Intern (Jan–Dec 2023)
    — Explainability for CLIP with primitive-driven LDM, fast convergence
  • More: Osaka Univ, CogXR Labs, IIITG x2 (see 📁 resume)

$ tree ./projects

  • DINO Explorer
    🦖 Visualize DINOv2 embeddings, cluster, and explore images with ninja precision
  • CVP
    🤖 U-Net segmentation, object localization, GANs, neural style transfer
  • CheXpert
    🩻 Multi-label disease classifier for X-ray images
  • Classify-Covid
    🦠 DenseNet for COVID-19 detection in X-rays

$ cat ./skills.txt

Languages: Python, SQL, Bash, C, Java, LaTeX
Frameworks: PyTorch, TensorFlow, Keras, Pandas, NumPy, Scikit-learn, OpenCV
Tools: Docker, Git, Unix Shell, PyTest, W&B, DVC, Hydra, Hugging Face, AWS, Gradio

$ finger nityanandmathur


🔎
# echo "Always exploring, always building, always asking: what if?"
# sudo rm -rf /imposter_syndrome

“Code, create, break, repeat.”

Pinned Loading

  1. MLOps MLOps Public

    Contains guidelines to build a MLOps project

    4 1

  2. diex diex Public

    DINO Explorer: A tool to explore DINO embeddings.

    Python 2

  3. Custom aliases for .bashrc file for ... Custom aliases for .bashrc file for smooth operation
    1
    List files aliases
    2
    ```bash
    3
    alias ll='ls -alF'
    4
    alias la='ls -A'
    5
    alias l='ls -CF'