Projects

I like to build things. Here are some of the things that I've built.

Personal Portfolio with Markdown Blog

Personal Portfolio with Markdown Blog

This website is my personal website with a markdown blog, styled with Tailwind CSS and completely written in TypeScript.

SvelteKit Tailwind TypeScript
Corgi-AI: Create anything with AI

Corgi-AI: Create anything with AI

Corgi AI is a collection of AI tools for different usecases. It includes a chatGPT clone with streaming responses, Image Generation, Audio Generation,…

SvelteKit TypeScript PostgreSQL Docker Drizzle
Dall-E Clone: AI Image Generation

Dall-E Clone: AI Image Generation

Created a Dall-E Clone using SvelteKit, OpenAI API, TailwindCSS, TypeScript, Drizzle ORM and MySQL Database. Converted it into a fully working SaaS wh…

SvelteKit TypeScript MySQL Drizzle
GFPGAN Streamlit App: Face Restoration

GFPGAN Streamlit App: Face Restoration

Created a Streamlit app for the GFPGAN model to restore faces in images. It has a user-friendly interface, and easy Docker deployment.

Python Streamlit Docker
AI-SaaS App: MultiGPT

AI-SaaS App: MultiGPT

Created an AI-SaaS app using NextJS, React. It features a subscription based payment system using Stripe, user authentication, and a user-friendly int…

NextJS React JavaScript
Full Stack Todo App

Full Stack Todo App

Created a Todo application using SvelteKit, FastAPI, and PostgreSQL. It features JWT-based authentication for security and includes task categorizatio…

SvelteKit JavaScript Python FastAPI PostgreSQL
PDF Assistant: AI Powered Q&A for PDFs

PDF Assistant: AI Powered Q&A for PDFs

Built a PDF Assistant tool using OpenAI's LLM to answer questions from uploaded PDF files. It has a user-friendly web interface with Streamlit, Fireba…

Python Streamlit Docker
REST API: FastAPI with MongoDB

REST API: FastAPI with MongoDB

Developed a high-performance API using FastAPI and MongoDB Cloud Database for CRUD Operations. The API is deployed with Docker for easy setup and scal…

Python FastAPI MongoDB Docker