Skip to content
View Peeyush2006's full-sized avatar

Block or report Peeyush2006

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


About Me

peeyush@system:~$ cat developer.json
{
  "name": "Peeyush Tiwari",
  "role": "Pre-Final Year BCA Student @ IGNTU, Amarkantak (MP)",
  "cgpa": "8.40 / 10",
  "focus": [
    "AI/ML",
    "Agentic Systems",
    "Full-Stack Dev",
    "Offline/Air-Gapped Deployments"
  ],
  "current_work": [
    "Building 'SecureOps AI' — air-gapped predictive copilot for ISRO Bharatiya Antariksh Hackathon 2026",
    "CodeAlpha AI Internship (July–August 2026)",
    "Microsoft Learn Student Ambassador"
  ],
  "learning": [
    "NIMCET & CUET PG prep",
    "Explainable AI (SHAP)"
  ],
  "philosophy": "Building real, deployed projects, not just toy demos"
}


Tech Stack

Languages & Frontend

Languages and Frontend

AI, Backend & DevOps

AI, Backend and DevOps


Featured Projects

SecureOps AI

ISRO Bharatiya Antariksh Hackathon 2026

An air-gapped predictive copilot designed for satellite network and MPLS operations.

  • Holt-Winters forecasting & EWMA+CUSUM anomaly detection.
  • Offline Mistral 7B RAG pipeline with localized context.
  • StackStorm & Ansible AWX workflow automation.

AI Face Attendance

CS50x Final Project

A real-time face recognition attendance system, fully containerized and deployable.

  • Haar Cascades / LBPH local face recognition.
  • Flask web dashboard for tracking and user management.
  • SQLite relational database model.
  • Dockerized for cross-platform deployment.

CrimeIQ Intelligence

Law Enforcement Dashboard

Bilingual law enforcement analytics platform providing crime intelligence and trends.

  • Interactive geospatial charts for regional trends.
  • Multilingual interface for local accessibility.
  • Real-time visualization of crime metrics.

Rakshak AI

Security Intelligence Platform

A modern security web application backed by an event-driven serverless pipeline.

  • Serverless backend architecture for scalability.
  • Instant real-time threat alert generation.
  • Vite frontend tooling for lighting-fast UI.

SIP Return Predictor

Financial Forecasting Tool

A web tool that calculates and forecasts SIP mutual fund investment returns.

  • Compound interest calculations.
  • Clean line and bar chart visualizations.
  • Interactive inputs for period and amount.

Campus Directory

Emergency Utility Android App

A native Android application providing instant access to emergency and utility services.

  • Offline contact caching for remote use.
  • Real-time synchronization with cloud databases.
  • Clean and responsive material design UI.



GitHub Statistics

Peeyush's Github Stats Peeyush's Top Langs

Peeyush's Streak Stats

Peeyush's Activity Graph


GitHub Achievements

Peeyush's Trophies


Contribution Snake Game

Contribution Snake Game

How to enable this Snake Animation?

To automatically generate this animated contribution graph daily, follow these setup instructions:

  1. Create a GitHub Action workflow file in your profile repository at .github/workflows/snake.yml.
  2. Add the following configuration to the file:
name: Generate Snake Animation

on:
  schedule: # Run every 24 hours
    - cron: "0 0 * * *"
  workflow_dispatch: # Allow manual triggering
  push:
    branches:
      - main

jobs:
  generate:
    permissions:
      contents: write
    runs-on: ubuntu-latest
    timeout-minutes: 5
    
    steps:
      - name: Generate github-contribution-grid-snake.svg
        uses: Platane/snk/svg-only@v3
        with:
          github_user_name: ${{ github.repository_owner }}
          outputs: |
            dist/github-contribution-grid-snake.svg
            dist/github-contribution-grid-snake-dark.svg?palette=github-dark
            
      - name: Push github-contribution-grid-snake.svg to the output branch
        uses: crazy-max/ghaction-github-pages@v3.1.0
        with:
          target_branch: output
          build_dir: dist
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  1. Enable Action Permissions:
    • Go to your repository Settings > Actions > General.
    • Scroll down to Workflow permissions, choose Read and write permissions, and click Save.
  2. Run the workflow manually once by going to Actions > Generate Snake Animation > Run workflow. The snake SVG will be generated and pushed to a new branch named output.


Let's Connect

I'm always open to collaborating on AI/ML projects, hackathons, and open-source contributions.

Email Me



Profile Views


Dynamic Tech Quote

Pinned Loading

  1. portfolio-peeyush portfolio-peeyush Public

    JavaScript

  2. CS50x CS50x Public

    Forked from BogdanOtava/CS50x

    My notes & solutions for CS50x 2022-2023.

    HTML

  3. DSA DSA Public

    uploading coding progress

    C++

  4. rakshak-ai rakshak-ai Public

    TypeScript

  5. sip-calculator-numpy sip-calculator-numpy Public

    Python