Projects

Here are a couple of my projects

Scroll Down to view ;)

Down arrow

AI COURTROOM SIMULATOR

Tech Stack:

Project Overview:

An interactive AI powered courtroom simulation where intelligent agents debate legal cases and give verdicts from an AI Judge with real time fact checking using RAG.

Here AI agents take role of Defence Attorney, Prosecutor and Judge.

The simulation interface is built with Streamlit and uses LangChain to manage agents powered by Google Gemini(Advocates) and Groq Llama3 (Judge).

REPO LINK

DISCORD BOT

Tech Stack:

Project Overview:

A custom discord bot developed to automate server administration for new members in a community.

The application handles dynamic member welcome messages, automatic role assignment upon joining and has an automated moderation system that filters and deletes forbidden keywords to maintain a peaceful environment for all members.

REPO LINK

JAVA CONTACT MANAGER

Tech Stack:

Project Overview:

A robust application I made in my second semester to store, organize, and manage digital contacts.

Built entirely in Java, the system uses Object-Oriented Programming principles.

The architecture features a base "Contact" class that is dynamically extended into specialized "BusinessContact" and "PersonalContact" classes, displaying implementation of inheritance and polymorphism.

REPO LINK