Skip to content
View Raghav-56's full-sized avatar
Looking for cool stuff to build and collaborate on
Looking for cool stuff to build and collaborate on

Block or report Raghav-56

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

Raghav-56

Waving hand

Hi there! I'm Raghav Gupta

Typing SVG
Resume    Projects

About Me

  • Interested in Alignment via Interpretability and DevOps for Inference
  • Building projects across Web, AI/ML, and Systems programming
  • Open to collaborating on interesting and impactful projects.
  • I love Programming!
  • I love science and maths! Learning in general is something I enjoy a lot.

You can view my resume.

You Interested?

Alignment via Interpretability

I am fascinated by the idea of using interpretability techniques to understand and align large language models. I really believe that this will be a crucial area of research in the coming years, and I am excited to contribute to it in any way I can.

DevOps for Inference

I have always been interested in the servers, git, bash, ssh, command line, remote machines, their usage and access.
Having worked on AI projects, I naturally got interested in managing compute and infrastructure for AI workloads.

Tech Stack

Python C++ Rust PyTorch Docker
Full Stack

Languages: Python · C++ · Rust · Haskell · TypeScript · Bash · SQL · LaTeX · Scala

ML / AI: PyTorch · TensorFlow · HuggingFace · OpenCV · NeMo · LLaMA Factory · Whisper · Scikit-learn · WASM

DevOps & Infra: Docker · Git · GitHub Actions · GCP · Oracle Cloud · FastAPI · uvicorn · MLflow · Weights & Biases

Environment: Linux · SSH · UV · tmux · zsh · Neovim


Published Packages:
PyPI   npm

GitHub Stats

Stats and Contributions
Raghav's GitHub streak

GitHub Trophies

Trophy Board
GitHub trophies

🌟 Featured Projects

Thoughts

"Anything added dilutes everything else."

Connect With Me

  1. 🎉 Merged PR #905 in llm4s/llm4s
  2. 💪 Opened PR #905 in llm4s/llm4s
  3. 🗣 Commented on #899 in llm4s/llm4s
  4. ℹ️ Labeled issue #899 in llm4s/llm4s
  5. ❗ Opened issue #899 in llm4s/llm4s

Profile views

Pinned Loading

  1. vcard_convert vcard_convert Public

    convert from .csv to .vcf

    Python

  2. clock.cpp clock.cpp
    1
    // This file will contain the implementation of a clock functionality.
    2
    // count
    3
    // stopwatch
    4
    // timer
    5
    
                  
  3. A script to view the disassembled by... A script to view the disassembled bytecode of a .pyc file
    1
    (base) C:\Users\ragha\OneDrive\U.I.E.T\Sem_5\PEIT501c_Python(T)\programs\__pycache__ [main ≡ +25 ~0 -7 !]> py .\d.py .\temp.cpython-312.pyc
    2
    magic = b'\xcb\r\r\n\x00\x00\x00\x00*\xa0\xbah1\x01\x00\x00'
    3
    
                  
    4
    Code: 
    5
      0           BINARY_OP                0 (+)
  4. community-ai community-ai Public

    Forked from openMF/community-ai

    This repo is a set of Mifos Community AI tools that support the Mifos products. Mifos X , Payment Hub EE, Mifos Gazelle. It is managed in Jira https://mifosforge.jira.com/jira/software/c/projects/A…

    Jupyter Notebook

  5. Img_aug Img_aug Public

    Python

  6. tercolour.md tercolour.md
    1
    # Playing with Escape sequences in terminal
    2
    
                  
    3
    ## Gives red coloured Hello
    4
    
                  
    5
    `echo -e '\e[31mHello\e[0m'`