Skip to content
View aaryaj154's full-sized avatar

Block or report aaryaj154

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

πŸ§‘β€πŸ’» About Me

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 πŸ”₯"

πŸ› οΈ Tech Stack

πŸ’¬ Languages

Python SQL C C++

πŸ“Š Data & Libraries

Pandas NumPy CSV

πŸ—„οΈ Databases

MySQL SQLite

βš™οΈ Tools

Git GitHub VS Code


πŸš€ Featured Projects

πŸ”­ 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 β†’

πŸ“ˆ GitHub Stats



🐍 Snake β€” Eating My Contributions

snake eating my contributions

πŸ› οΈ To activate the snake with YOUR real contributions, create this file in your aaryaj154 repo: .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 βœ…


πŸ“Š My Contribution Graph


πŸ“« Connect with Me

Email GitHub


"The best way to predict the future is to build it." 🌱

Popular repositories Loading

  1. aaryaj154 aaryaj154 Public

  2. CS50 CS50 Public

    Harvard CS50: Problem Sets and Solutions

  3. shape-detection-model shape-detection-model Public

    Python

  4. offline-voice-assistant offline-voice-assistant Public

    Python

  5. Recipe-generator Recipe-generator Public

    JavaScript

  6. Checkora Checkora Public

    Forked from Checkora/Checkora

    Chess platform with an AI opponent powered by minimax search with alpha-beta pruning, built on Django and a C++ engine.

    Python