--:--:--
RAG based Chatbots, Machine Learning projects, etc being worked upon. Follow my github @rishabhh0001 to stay updated.             RAG based Chatbots, Machine Learning projects, etc being worked upon. Follow my github @rishabhh0001 to stay updated.             RAG based Chatbots, Machine Learning projects, etc being worked upon. Follow my github @rishabhh0001 to stay updated.             RAG based Chatbots, Machine Learning projects, etc being worked upon. Follow my github @rishabhh0001 to stay updated.            
Rishabh Joshi

Rishabh Joshi

| Full Stack Developer |

Available to work
VIEW_RESUME

More about myself

bash ~ 80×24

user@portfolio:~$ whoami

Who am I?

Third-year ECE student at Shiv Nadar University building AI and CV applications with RAG-based projects like SNUGPT—a conversational AI for university knowledge using LangChain, ChromaDB, and Llama 3.1. I'm upskilling in Generative AI and Google Cloud and currently focused on developing practical AI solutions. Strong communicator who ships quality work on tight deadlines. Let's connect. I'm constantly exploring new tools and trends to grow as a full-stack developer and AI systems engineer.

v1.0.4

> Who is Rishabh Joshi?

An ECE student passionate about blending design and development — creating intuitive digital experiences with modern technologies and innovative approaches. He is a freelance web designer and full-stack developer based in India.

> What services do you provide?

UI/UX Design, Web Development, Full-Stack Development, Interactive Design Solutions, and comprehensive Digital Experience Creation tailored to client needs. Also Photography and Videography services for events.

> What is your educational background?

Electrical and Computer Engineering (ECE) Major at Shiv Nadar University with specialized expertise in design and full-stack development practices.

Skills & Experience

Python Java C++ C# Kotlin HTML CSS JavaScript React Next.js Tailwind CSS Figma Adobe XD Photoshop VS Code Git GitHub Firebase FastAPI RAG LangChain ChromaDB PostgreSQL Framer Motion
Dec 2025 — Jan 2026

Frontend Developer Intern

Internship Studio · Remote

Developed a high-performance E-Commerce platform featuring category filtering, asynchronous cart management, and a streamlined multi-step checkout experience.

React JavaScript E-Commerce
Sep 2025 — Present

Videography Director

Business Conclave 2025

Directing large-scale visual coverage for the annual flagship summit. Managing multi-camera setups and end-to-end cinematic post-production.

Directing Post-Production Creative Lead
May 2025 — Present

Official Photographer

Cultural Committee · Shiv Nadar University

Capturing core student life and high-profile campus events. Specialist in vivid action photography and professional event documentation.

Event Photo Editing Visual Media
May 2024 — Present

Freelance Web Designer

Independent Contractor

Delivering data-driven and visually arresting digital experiences for global clients. Focused on SEO, accessibility, and pixel-perfect design-to-code execution.

Web Dev UI/UX Branding
ask_snugpt.ts
import { VectorStore } from '@/lib/chromadb';
import { RAGPipeline } from '@/lib/rag';

export async function askSnuGPT(query: string, userId: string) {
  const context = await VectorStore.search(query, { limit: 5 });
  const response = await RAGPipeline.generate({
    query,
    context: context.documents,
    memory: await RAGPipeline.getMemory(userId)
  });
  return response.stream();
}

SNUGPT — RAG-Powered University Assistant

Live

/* Your unofficial university assistant for all student queries, built using a retrieval-augmented generation pipeline. Features fast context-aware information, persistent session memory, and strict academic integrity guardrails. */

TypeScript Python Next.js 14 FastAPI RAG LangChain ChromaDB Neon PostgreSQL Tailwind CSS Framer Motion
resume_builder.js
const resume = {
  header: { name: "Rishabh Joshi", role: "Full Stack Developer" },
  experience: [{ company: "Internship Studio", role: "Frontend Intern" }],
  export: () => {
    PDF.generate(resume).then(url => window.open(url));
  }
};

Elite Resume Builder — Professional PDF Toolkit

Live

/* Build stunning, professional resumes with a flexible 3-column editor and interactive live previews. Export premium, digital-ready PDFs featuring clickable verification links for your projects and certifications. */

HTML JavaScript CSS AI Integration PDF Export
qr_generator.tsx
import { QRCanvas } from '@/components/QRCanvas';
 
export const generateQR = async (opts) => {
  const { type, data, style } = opts;
  // 100% client-side — zero server calls
  const canvas = await QRCanvas.render({
    data, dotStyle: style.dots,
    eyeShape: style.eyes,
    gradient: style.gradient,
    size: 4096  // up to 4096px export
  });
  return canvas.toBlob('image/png');
};

QR Generator — Privacy-First QR Toolkit

Live

/* 100% client-side QR toolkit. 24+ types: UPI, WiFi, vCard, WhatsApp, Bitcoin & more. Zero tracking, zero storage. High-res PNG/SVG/JPEG exports up to 4096px. Real-time preview as you type. */

Next.js React Tailwind CSS JavaScript
GITHUB ECOSYSTEM

Creative Engineering,
now Open Source.

A verified dashboard of technical milestones, total contributions, and real-time project activity.

GITHUB ECOSYSTEM

Creative Engineering, now Open Source.

YEARLY CONTRIBUTIONS
Activity Heatmap
Pinned Repositories
Loading repositories...
TECHNICAL PROFICIENCY
Stack Mastery
Analyzing languages...
Achievements
🌟
🚀
🛡️
🤖

Let's Stay Connected

Got questions or want to collaborate? Feel free to reach out — I'm open to new projects, freelance work, or just a casual chat about design and development.

OPEN MAIL_

System status: OPERATIONAL & RUNNING