Nov 2023
Python, LLaMA, LangChain, FAISS, Streamlit
- -> Developed an AI-powered chatbot using LLaMA and LangChain to provide offline responses to queries related to human anatomy, ensuring privacy and accessibility without internet dependency.
- -> Integrated FAISS for efficient retrieval-based question-answering, allowing fast and accurate responses to anatomy-related queries.
- -> Designed a user-friendly interface with Streamlit, enabling seamless interaction with the chatbot for medical students and professionals.
March 2023
C , Data Structures (Stack, Queue, Linked List), ASCII based CLI
- -> Developed a Movie Theater Management System using FIFO (Queue) and LIFO (Stack) to handle ticket bookings, cancellations, and seat allocations efficiently.
- -> Implemented a multi-hall tracking system using zip codes and linked lists to manage and differentiate between multiple theater halls dynamically.
- -> Designed an ASCII-based Command Line Interface (CLI) for user interaction, enabling ticket booking, hall availability checks, and queue management.
- -> Demonstrated strong problem-solving skills by leveraging dynamic memory allocation using malloc() and pointers.