Projects

Captions Gen
A tool to generate captions for videos using AWS Transcribe.
React
Node.js
AWS Transcribe
Tailwind CSS

Dependency Visualizer
A CLI using Golang to visualize dependencies in a project, generating a tree structure of dependencies and their relationships.
Golang
CLI
Cobra

Semantic Book Recommender
A book recommendation system that uses semantic search to find books based on user queries, finding similar books using vector embeddings.
Python
Gradio
LangChain
ChromaDB
OpenAI

Create Next Auth App
A CLI tool to bootstrap Next.js applications with authentication using next-auth.
CLI
NPM
JavaScript

Load Balancer using Golang
A simple load balancer using Golang that distributes incoming requests to multiple servers and checks their health status.
Golang