Projects
MyPortfolio
Projects
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 LINKA 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 LINKA 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