Skip to content
View cellrishi-code's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report cellrishi-code

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

Typing SVG

Typing SVG

╔══════════════════════════════════════════════════════════════════════════╗
║  ██████╗ ██╗███████╗██╗  ██╗██╗     ██████╗ ██╗   ██╗████████╗██████╗  ║
║  ██╔══██╗██║██╔════╝██║  ██║██║    ██╔════╝ ██║   ██║╚══██╔══╝██╔══██╗ ║
║  ██████╔╝██║███████╗███████║██║    ██║  ███╗██║   ██║   ██║   ██████╔╝ ║
║  ██╔══██╗██║╚════██║██╔══██║██║    ██║   ██║██║   ██║   ██║   ██╔═══╝  ║
║  ██║  ██║██║███████║██║  ██║██║    ╚██████╔╝╚██████╔╝   ██║   ██║      ║
║  ╚═╝  ╚═╝╚═╝╚══════╝╚═╝  ╚═╝╚═╝     ╚═════╝  ╚═════╝    ╚═╝   ╚═╝     ║
║─────────────────────────────────────────────────────────────────────────║
║  > IDENTITY   :  RISHI GUPTA // CELL RISHI                             ║
║  > LOCATION   :  NIT Warangal, India  //  ORIGIN: Birgunj, Nepal       ║
║  > CLASS      :  Engineer · Founder · Builder · Cryptographer          ║
║  > FACTIONS   :  CloudAxis Labs · Lumex AI · NIT Warangal CDS          ║
║  > STATUS     :  [ ONLINE ████████████████████ 100% ]                  ║
╚══════════════════════════════════════════════════════════════════════════╝

LinkedIn GitHub Email CloudAxis

Profile Views Visitors


> whoami

┌──[rishi@cloudaxis]──[~]
└─$ cat about.txt

  ╭─────────────────────────────────────────────────────────────────╮
  │  I'm a B.Tech student in Mathematics & Computing @ NIT Warangal │
  │  (Dept. of Computational & Data Science, 2025–2029), building   │
  │  production-grade systems at the intersection of Cloud, AI, and │
  │  Cryptography.                                                   │
  │                                                                  │
  │  ⚡  Founder of CloudAxis Labs — cloud, DevOps & web solutions  │
  │  🤖  Founder of Lumex AI — AI agentic systems & consultancy     │
  │  🔐  Researching Post-Quantum Cryptography & Blockchain         │
  │  🏆  Targeting (Data Science & AI)               │
  │  🌐  Originally from Birgunj, Nepal                             │
  ╰─────────────────────────────────────────────────────────────────╯

"Build at the speed of thought. Encrypt the future. Deploy the impossible."


> ls /abilities

🛸 FULL-STACK ENGINEERING ☁️ CLOUD & DEVOPS 🤖 AI & ML SYSTEMS
React · Next.js · Node.js AWS · Docker · Kubernetes LLM Integration · Agents
Three.js · GSAP · REST APIs CI/CD · Terraform · Linux Anthropic SDK · TensorFlow
TypeScript · PostgreSQL Cloud Architecture RAG · Vector DBs
🔐 CRYPTOGRAPHY 📐 MATHEMATICS COMPETITIVE PROG
Post-Quantum Crypto PDEs · ODEs · Lin. Algebra Data Structures & Algo
Blockchain & Web3 Discrete Mathematics NeetCode 150 · LeetCode
Zero-Knowledge Proofs Numerical Methods FAANG-level Problem Solving


> cat /stack/installed.log

⟦ LANGUAGES ⟧

C++ Python JavaScript TypeScript MATLAB Rust

⟦ FRONTEND ⟧

React Next.js Three.js GSAP TailwindCSS

⟦ BACKEND & CLOUD ⟧

Node.js AWS Docker Kubernetes PostgreSQL MongoDB

⟦ AI / ML ⟧

Anthropic TensorFlow PyTorch LangChain

⟦ TOOLS ⟧

Git Linux VSCode Figma Postman


> sudo fetch --github-metrics


> ls ~/projects --classified

 ┌─[ CLASSIFIED PROJECTS // ACCESS LEVEL: PUBLIC ]──────────────────────┐

CloudAxis Labs[ACTIVE · PRODUCTION]

Cloud & DevOps infrastructure startup based in Warangal, India. Full-stack web development · Cloud architecture · API services · CI/CD automation.

Explore


Lumex AI[ACTIVE · PRODUCTION]

AI Agentic Solutions & Consultancy — building next-gen LLM-powered agents, RAG pipelines, and AI automation workflows for enterprise and startup clients.

Explore


Engine Track[SHIPPED · OPEN SOURCE]

AI-powered study tracker app — tracks progress, goals, and learning sessions. Built with React. Portfolio-grade production release.

Repo


Nepal 3D Experience[SHIPPED]

Immersive 3D animated website celebrating Nepal — built with Three.js & GSAP. Showcases advanced WebGL animations, scroll-driven 3D scenes, and ambient audio.

Demo


StreamFlix[SHIPPED]

Netflix-clone streaming platform — full-stack app with auth, search, watchlists. React · Node.js · TMDB API · Firebase.

Demo


ECG Signal Analyser[PORTFOLIO · RESEARCH]

Python-based ECG signal processing pipeline — peak detection, arrhythmia classification, matplotlib visualisations. Production-quality ML project.

Repo


Quantum Computing Simulation[RESEARCH]

MATLAB quantum circuit simulator — models quantum gates, superposition, entanglement, and measurement collapse with visual state-vector plots.

Repo

 └──────────────────────────────────────────────────────────────────────┘


> ./connect --initialize

# ┌─────────────────────────────────────────────────────────┐
# │         ESTABLISH CONNECTION TO RISHI GUPTA             │
# └─────────────────────────────────────────────────────────┘

# Clone portfolio
$ git clone https://github.com/cellrishi-code/<repo-name>.git
$ cd <repo-name>

# Install dependencies
$ npm install            # Node/React projects
$ pip install -r requirements.txt  # Python projects

# Run dev server
$ npm run dev
# > Server running on http://localhost:3000 ✦

# ── Collaborate ──────────────────────────────────────────
$ git fork https://github.com/cellrishi-code
$ git checkout -b feat/your-awesome-idea
$ git commit -m "feat: add something legendary"
$ git push origin feat/your-awesome-idea
# ── Then open a Pull Request ─────────────────────────────

# ── Direct Line ──────────────────────────────────────────
$ curl -X POST mailto:cellrishi@gmail.com \
    -d "subject=Let's build something epic" \
    -d "body=Hey Rishi, I want to collaborate!"

# ── CloudAxis Labs ────────────────────────────────────────
$ ping cloudaxislabs@gmail.com    # For business inquiries

# [ CONNECTION ESTABLISHED ] ✦ [ STATUS: ACTIVE ] ✦


> tree ~/rishi --depth=3

rishi-gupta/
│
├── 🏢 ventures/
│   ├── cloudaxis-labs/        # Cloud · Web · DevOps · APIs
│   │   ├── client-projects/
│   │   └── infrastructure/
│   └── lumex-ai/              # Agentic AI · LLM · Automation
│       ├── agents/
│       └── consulting/
│
├── 📂 projects/
│   ├── engine-track/          # Study tracker app (React)
│   ├── nepal-3d-experience/   # Three.js · GSAP · WebGL
│   ├── streamflix/            # Netflix clone (Full-stack)
│   ├── ecg-analyser/          # Python · Signal Processing · ML
│   ├── quantum-sim/           # MATLAB · Quantum Computing
│   └── cancer-growth-model/   # MATLAB · Differential Equations
│
├── 🎓 academia/
│   ├── nit-warangal/          # B.Tech · Math & Computing · 2025-2029
│   │   ├── mathematics/       # PDEs · ODEs · Linear Algebra
│   │   ├── cs-core/           # DSA · Discrete Math · Algorithms
│   │   └── gate-prep/         # GATE DA · Targeting AIR-1
│   └── research/
│       ├── post-quantum-cryptography/
│       └── blockchain/
│
├── 🌐 portfolio/
│   └── github.com/cellrishi-code
│
└── 📡 contact/
    ├── personal  → cellrishi@gmail.com
    ├── business  → cloudaxislabs@gmail.com
    ├── github    → github.com/cellrishi-code
    └── linkedin  → linkedin.com/in/rishi-gupta-85bab0232/


> cat CONTRIBUTING.md

╔═══════════════════════════════════════════════════════════════╗
║           COLLABORATION PROTOCOL // OPEN TO MERGE            ║
╚═══════════════════════════════════════════════════════════════╝

All contributions, issues, and feature requests are welcome.

To contribute:

# 1. Fork the repository
$ git fork https://github.com/cellrishi-code/<repo>

# 2. Create your feature branch
$ git checkout -b feat/amazing-feature

# 3. Commit your changes (use Conventional Commits)
$ git commit -m "feat(scope): add amazing feature ✦"

# 4. Push to the branch
$ git push origin feat/amazing-feature

# 5. Open a Pull Request 🚀

Guidelines: Write clean code · Add tests · Update docs · Be kind.

Open Issues PRs Welcome Forks


Snake animation

> watch -n1 git log --graph

github contribution grid snake animation

To enable the snake animation, add a GitHub Actions workflow to your profile repo.


> achievements --list-unlocked

trophy


╔══════════════════════════════════════════════════════════════════════════╗
║                      ⟦ SOCIAL UPLINKS // ACTIVE ⟧                      ║
╠══════════════════════════════════════════════════════════════════════════╣
║                                                                          ║
║   🔗  GitHub    →  github.com/cellrishi-code                            ║
║   💼  LinkedIn  →  linkedin.com/in/rishi-gupta-85bab0232/               ║
║   📧  Personal  →  cellrishi@gmail.com                                  ║
║   🏢  Business  →  cloudaxislabs@gmail.com                              ║
║   🌐  CloudAxis →  CloudAxis Labs (Warangal, India)                     ║
║   🤖  Lumex AI  →  AI Agentic Solutions & Consultancy                   ║
║                                                                          ║
╚══════════════════════════════════════════════════════════════════════════╝

LinkedIn GitHub Email CloudAxis

▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
        RISHI GUPTA  //  NEURAL SIGNATURE VERIFIED  ✦
        "The future belongs to those who build it."
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓

Made with ❤️ Powered by

Popular repositories Loading

  1. study-tracker study-tracker Public

    enginnering student study tracker (undergrad and grad level only)

    TypeScript

  2. my_website1 my_website1 Public

    my personal website

    HTML

  3. spidermann_website spidermann_website Public

    HTML

  4. Saarthi Saarthi Public

    EJS 1

  5. netflix-clone-app netflix-clone-app Public

    TypeScript

  6. Blockchain-bluiding-from-scratch Blockchain-bluiding-from-scratch Public

    A ground-up implementation of a blockchain system demonstrating block creation, SHA-256 hashing, proof-of-work mining, transaction validation, and distributed ledger concepts.

    Python