Projects | Gopikrishna Pavuluri

Projects

ISeeBetter: AI-Driven Duplicate Issue Detection for Open Source Contributions

ISeeBetter: AI-Driven Duplicate Issue Detection for Open Source Contributions

Fine-tuned a BERT transformer on the PyTorch GitHub repository to identify existing open issues contextually during new issue creation, reducing duplicates and optimizing contributor efforts.

Semantic Search Transformer Large Language Model
Learn More
Stock Price Prediction Transformer

Stock Price Prediction Transformer

The project uses a simplified Transformer architecture to forecast stock prices based on historical price data. It includes data loading, preprocessing, model training, prediction, and evaluation phases, with an emphasis on understanding the Transformer's application in time series forecasting.

Transformer Tensorflow Time Series Forecasting
Learn More
Stock Price Prediction using LSTM

Stock Price Prediction using LSTM

The project uses a simplified lstm architecture to forecast stock prices based on historical price data. It includes data loading, preprocessing, model training, prediction, and evaluation phases, with an emphasis on understanding the Transformer's application in time series forecasting.

LSTM Tensorflow Time Series Forecasting
Learn More
Eigenface-PCA Facial Recognition System

Eigenface-PCA Facial Recognition System

Implemented eigenface analysis for facial recognition, calculating the mean face and performing PCA from scratch, achieving 85% accuracy rate for face reconstruction with k = 15.

PCA Computer Vision
Learn More
Academic Lease: Connecting Students for Lease Transfers

Academic Lease: Connecting Students for Lease Transfers

Engineered AcademicLease.com, a social platform for connecting students across 1100+ US universities for lease transfers, including automated CI/CD pipeline for Google Cloud Platform deployment.

Google Cloud Flask Python
Learn More
Leet-Classifier: Automatic Organizing of LeetCode Submissions

Leet-Classifier: Automatic Organizing of LeetCode Submissions

Developed 'Leet-Classifier,' a Python-based tool that automates classification and organization of LeetCode submissions by parsing metadata for intelligent sorting, aiding in programming interview preparation.

Open Source Python
Learn More
Presidential Speeches Search Engine

Presidential Speeches Search Engine

Implemented a search engine on a corpus of US presidential inaugural addresses, generating TF-IDF vectors and using cosine similarity for query responses.

Data Mining TF-IDF Python
Learn More
Python Library for Multi-Layer Neural Networks

Python Library for Multi-Layer Neural Networks

Developed a Python library with NumPy for constructing and training neural networks, processing inputs to efficiently output weights, mean error, and predictions.

Machine Learning Neural Networks
Learn More
High-Fidelity MNIST Digit Generation with GANs

High-Fidelity MNIST Digit Generation with GANs

Developed and trained a Generative Adversarial Network (GAN) on the MNIST dataset, achieving optimal error rates and accurately classifying digits with a discriminator model and generating digit images with a generator model.

Neural Networks GenAI Tensorflow
Learn More
Enhancing CIFAR-10 Performance with Transfer Learning

Enhancing CIFAR-10 Performance with Transfer Learning

Designed and trained a custom CNN model on the CIFAR-10 dataset, assessing improvement through transfer learning with a pre-trained VGG-16 model.

Neural Networks Tensorflow
Learn More
Vector Clocks for Event Ordering in Distributed Systems

Vector Clocks for Event Ordering in Distributed Systems

Created a vector clock mechanism from scratch for event sequencing in distributed environments, ensuring precise coordination across systems.

Distributed Systems Vector Clocks RPC
Learn More
Comprehensive Wallet Management System with Spring Boot

Comprehensive Wallet Management System with Spring Boot

Designed and implemented a comprehensive Spring Boot application featuring a suite of financial transactions, including user registration, login, wallet funding, peer-to-peer money transfers, transaction reversal, and passbook generation. Integrated with MySQL for robust data management and persistence.

SpringBoot Java MySql
Learn More