class Aarya:
name = "Aarya Jain"
username = "aaryaj154"
role = "First-year Engineering Student"
email = "aaryaj154@gmail.com"
languages = ["Python", "SQL", "C", "C++"]
interests = ["Data Science", "Machine Learning", "Backend Dev"]
currently = "Grinding DSA in C++ & leveling up every day π₯"| π Project | π Description | π Link |
|---|---|---|
| Shape Detection Model | Computer vision model to detect and classify geometric shapes | View β |
| Offline Voice Assistant | A fully offline voice assistant built with Python | View β |
π οΈ To activate the snake with YOUR real contributions, create this file in your
aaryaj154repo:.github/workflows/snake.ymlβ paste the code below β go to Actions tab β click Run workflow once!
π snake.yml β copy & paste this
name: Generate Snake
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: Platane/snk@v3
with:
github_user_name: aaryaj154
outputs: |
dist/github-contribution-grid-snake.svg
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
- uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}Also go to: Settings β Actions β General β Workflow permissions β Read and write β
