- 🎓 B.Sc. Physics (Hons.) — Central University of Haryana
- 🧠 Exploring AI · Machine Learning · Scientific Computing
- 🌌 Interested in Quantum Computing, Computational Physics, Computer Vision & Open Source
- 🚀 Currently building AI + Physics projects and contributing to open source
- 📡 Preparing for research internships and future graduate studies
- ⚡ Ask me about physics-flavored ML, or why quantum computing is worth learning early
⚙️ Setup Guide
The contribution snake is generated automatically using GitHub Actions.
- Create
.github/workflows/snake.yml - Paste the workflow below.
- Commit & push.
- Run the workflow once from the Actions tab.
name: Snake
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch: {}
push:
branches:
- main
permissions:
contents: write
jobs:
snake:
runs-on: ubuntu-latest
steps:
- uses: Platane/snk@v3
with:
github_user_name: deveshbervar
outputs: |
github-contribution-grid-snake.svg
github-contribution-grid-snake-dark.svg?palette=github-dark
- uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: output
build_dir: .
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}After the first run, the snake animation will update automatically every day.
Physics Undergraduate · AI & ML Enthusiast · Open Source Contributor · Research Aspirant


