╔══════════════════════════════════════════════════════════════════════════╗
║ ██████╗ ██╗███████╗██╗ ██╗██╗ ██████╗ ██╗ ██╗████████╗██████╗ ║
║ ██╔══██╗██║██╔════╝██║ ██║██║ ██╔════╝ ██║ ██║╚══██╔══╝██╔══██╗ ║
║ ██████╔╝██║███████╗███████║██║ ██║ ███╗██║ ██║ ██║ ██████╔╝ ║
║ ██╔══██╗██║╚════██║██╔══██║██║ ██║ ██║██║ ██║ ██║ ██╔═══╝ ║
║ ██║ ██║██║███████║██║ ██║██║ ╚██████╔╝╚██████╔╝ ██║ ██║ ║
║ ╚═╝ ╚═╝╚═╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ║
║─────────────────────────────────────────────────────────────────────────║
║ > 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% ] ║
╚══════════════════════════════════════════════════════════════════════════╝
┌──[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."
🛸 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 |
┌─[ CLASSIFIED PROJECTS // ACCESS LEVEL: PUBLIC ]──────────────────────┐
Cloud & DevOps infrastructure startup based in Warangal, India. Full-stack web development · Cloud architecture · API services · CI/CD automation.
AI Agentic Solutions & Consultancy — building next-gen LLM-powered agents, RAG pipelines, and AI automation workflows for enterprise and startup clients.
AI-powered study tracker app — tracks progress, goals, and learning sessions. Built with React. Portfolio-grade production release.
Immersive 3D animated website celebrating Nepal — built with Three.js & GSAP. Showcases advanced WebGL animations, scroll-driven 3D scenes, and ambient audio.
Netflix-clone streaming platform — full-stack app with auth, search, watchlists. React · Node.js · TMDB API · Firebase.
Python-based ECG signal processing pipeline — peak detection, arrhythmia classification, matplotlib visualisations. Production-quality ML project.
MATLAB quantum circuit simulator — models quantum gates, superposition, entanglement, and measurement collapse with visual state-vector plots.
└──────────────────────────────────────────────────────────────────────┘
# ┌─────────────────────────────────────────────────────────┐
# │ 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 ] ✦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/
╔═══════════════════════════════════════════════════════════════╗
║ 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.
To enable the snake animation, add a GitHub Actions workflow to your profile repo.
╔══════════════════════════════════════════════════════════════════════════╗
║ ⟦ 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 ║
║ ║
╚══════════════════════════════════════════════════════════════════════════╝
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
RISHI GUPTA // NEURAL SIGNATURE VERIFIED ✦
"The future belongs to those who build it."
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓


