RAG application
Python • Streamlit • Inngest • FastAPI • Qdrant • Amazon Bedrock
A small RAG (Retrieval-Augmented Generation) demonstration that ingests PDFs, stores chunk embeddings in a vector database, and answers user questions.
A portfolio dedicated to applying new theory, documenting the process, and making stuff work for the first time.
Python • Streamlit • Inngest • FastAPI • Qdrant • Amazon Bedrock
A small RAG (Retrieval-Augmented Generation) demonstration that ingests PDFs, stores chunk embeddings in a vector database, and answers user questions.
REACT • TailwindCSS • Vite • REST API
A dynamic job board application using React, Vite, and Tailwind CSS, featuring full CRUD (Create, Read, Update, Delete) functionality for job postings.
Next.js • Prisma • PostgreSQL • Neon • Sentry • JWT
A full-stack, server-first ticketing application using Next.js (App Router), Prisma as the ORM, and a serverless PostgreSQL database provided by Neon.
Python • Tensorflow • Sklearn • Pandas • Matplotlib
A neural network with varying strategies (MLP/CNN/RNN) to examine network capture files (.pcap) to classify them as compromised and show potential attacks present.
Python • Scipy • Tkinter • matplotlib
A Python-based audio file analyzer application following the MVC(Model-View-Controller) design format.