Made by Rishi.

Projects

Everything I have built in public — 17 projects, 11 of them deployed and running. The ones with a case study get the full story over in Work.

Browse the GitHub profile →

AI & machine learning

Models trained, evaluated, and put behind a real interface.

  • Validation Dice curves comparing the baseline, CLAHE, and two seed runs across 40 training epochs.

    DentSeg / OralVisionX

    2026

    Tooth-region segmentation research pipeline plus a FastAPI + Next.js app serving real inference, AI-generated reports, and a human-reviewed feedback loop.

    PyTorch · FastAPI · Next.js

  • The SentimentAI dashboard homepage showing the fine-tuned FinBERT model and stocks tracked.

    SentimentAI

    2026

    A FinBERT model fine-tuned on Kaggle financial text, reading sentiment across NIFTY 50 and SENSEX news with live Alpha Vantage price charts.

    PyTorch · Flask · NLP

  • The Fake News Detection web app homepage.

    Fake News Detection

    2026

    NLP classifier and OpenRouter LLM check that score news articles for authenticity, wrapped in a cinematic storytelling UI.

    Python · scikit-learn · Flask

  • Traffic Data Analyzer

    2025

    Streamlit tool that reads traffic CSVs and returns AI insights — best posting windows, budget recommendations, and cross-file comparisons.

    Streamlit · OpenRouter · Pandas

Products & platforms

Full-stack apps with auth, data, and a deploy pipeline behind them.

  • The FinRatio landing page with its business-potential calculator call to action.

    FinRatio

    2026

    Financial ratio and credit analysis platform — email-OTP auth, gated DSCR and debt-equity calculators, AI insights, and PDF reports.

    Next.js · TypeScript · Prisma

  • The FinRatio SaaS platform landing page.

    FinRatio SaaS

    2026

    The SaaS rebuild of FinRatio: credentials auth with JWT session cookies, CSRF protection, role-based access, and admin-managed feature gating.

    Next.js · JWT · RBAC

  • The ExpenseTrack landing page showing setup-time and active-vault statistics.

    ExpenseTrack

    2026

    Expense dashboard on React 19 and Turso with analytics charts, currency conversion, and a GitHub Actions pipeline that ships on every push to main.

    React 19 · Turso · Chart.js

  • The OSTAS sign-in screen beside its real-time crowd-sourced traffic alerts pitch.

    OSTAS

    2026

    Overcrowd Source Traffic Alert System — real-time, crowd-sourced traffic alerts for Indian commuters, backed by Turso SQLite.

    JavaScript · Turso · Vercel

  • Stu-Survey

    2026

    Student satisfaction survey system with AI-assisted response analysis, built on PHP and MySQL for a college rollout.

    PHP · MySQL · AI

  • Canteen CMS

    2026

    Second-year college brief to digitise the campus canteen — kept as a working PHP/MySQL base for inventory and ordering upgrades.

    PHP · MySQL

Automations & AI workflows

Pipelines that run without me — triggered by real events, not a cron I babysit.

  • Booking Confirmation Agent

    2026

    Cal.com booking fires an Activepieces flow: Cohere's command-r7b drafts the confirmation as strict JSON, a code step parses it, and Gmail sends it to the attendee — no template, no manual reply.

    Activepieces · Cohere · Cal.com · Gmail API

Web & experiments

Smaller front-end builds — the places I try an idea before it grows up.

  • The Promtify concept site imagining life in 2050.

    Promtify

    2025

    A prompt-generated concept site imagining life, study, and work in 2050 — a test of how far one prompt can carry a whole design.

    HTML · CSS · JavaScript

  • The Landingg static marketing landing page.

    Landingg

    2025

    A static marketing landing page built to practise layout rhythm and responsive type without a framework.

    HTML · CSS

  • The React portfolio template homepage with an animated introduction.

    Portfolio Site

    2025

    A customisable React portfolio template — projects and skills driven entirely by JSON, animated with Framer Motion.

    React · Framer Motion

  • An early CSS-only landing page layout.

    Landing Page

    2025

    An early CSS-only landing page — first proper go at a design system of my own.

    HTML · CSS

  • Basic Quiz

    2025

    Interactive multiple-choice quiz with instant feedback and score tracking, in plain HTML, CSS, and JavaScript.

    HTML · CSS · JavaScript

  • GCP Lab Scripts

    2026

    Shell scripts collected while working through Google Cloud Skills Boost labs — automation for the repetitive setup steps.

    Shell · GCP