PROJECTS
Conversational Styles Analysis
Engineered features from the SwitchBoard datasets to analyze spoken conversations, calculating linguistic, paralinguistic, and acoustic features. The project classifies conversations into high consideration and high involvement categories based on Deborah Tannen's theory, revealing insights like gender-based differences in loudness and pitch patterns.
Python
NLP
Acoustic Analysis
Sociolinguistics
View Project
CuriosityHook: Engaging Content Generation with LLMs
Developed an innovative system using Large Language Models to generate engaging and relatable content that sparks reader curiosity. The project explores various prompting techniques on Twitter datasets to optimize content engagement and reader interest through AI-driven content creation.
Python
LLMs
NLP
Content Generation
View Project
Homograph Disambiguation System
Created a context-aware system for identifying and disambiguating homographs in text at MAGICS Lab, USF. The project focuses on understanding contextual clues to accurately determine the correct meaning of words with multiple interpretations.
Python
NLP
Word Sense Disambiguation
Machine Learning
View Project
Educational Tutoring Agent
Developed an intelligent tutoring system using LangChain and GPT-4 model, designed to provide personalized educational assistance and interactive learning experiences for students.
Python
LangChain
GPT-4
Education AI
View Project
Vision Transformer for CIFAR-10 Classification
Implemented an advanced image classification system using Vision Transformers (ViT) on the CIFAR-10 dataset. The project showcases the power of transformer architectures in computer vision tasks, featuring custom training loops, validation monitoring, and early stopping mechanisms for optimal performance.
PyTorch
Vision Transformers
Deep Learning
Computer Vision
View Project
AI Music Generator with Artist Style Transfer
Developed an innovative music generation system using Facebook's MusicGen model that can create music in the style of specific artists. The system features prompt engineering techniques to generate music with characteristics of artists like Diljit Dosanjh (with Punjabi beats) and Taylor Swift (pop-country fusion).
PyTorch
MusicGen
LLMs
Audio Processing
View Project
Multi-Objective Framework for Debiasing ML Models
A comprehensive framework that balances fairness and accuracy in machine learning models, specifically designed for credit scoring systems. The project implements novel optimization techniques to reduce bias while maintaining model performance.
Python
Machine Learning
Optimization
Fairness
View Project
Deep Learning Neural Networks in Go
Implementation of neural networks from scratch in Go language, featuring feedforward and backpropagation algorithms. The project demonstrates how to build efficient deep learning systems using Go's concurrent capabilities.
Go
Neural Networks
Deep Learning
View Project
IMDB Movie Review Sentiment Analysis
A sentiment analysis system built using DistilBERT for analyzing movie reviews. The project demonstrates fine-tuning transformer models for sentiment classification tasks.
Python
DistilBERT
NLP
PyTorch
View Project
GPT-3.5 Powered Q&A System
An intelligent question-answering system built using GPT-3.5 and LangChain. The system can process PDF documents and provide accurate answers based on the content.
Python
GPT-3.5
LangChain
NLP
View Project