Abdul Lateef's repositories
PeptideGPT
GPT powered plugin & fine tuned model for natural language interaction with in-silico drug simulators and prediction of drug properties
IntroductionToMachineLearning
A Technical Writing Project: Technical Documentation website for beginners looking to get started with Machine Learning
ForeignWhispers
Website that translates videos into chosen new languages using multilingual speech ML model & Google Translate
GPR-PeptideML
A reinforcement learning ML Model that uses Gaussian Process Regression (GPR) with a custom kernel for the analysis of peptide sequences.
PyMolCopilot
An AI Assistant for the PyMOL molecular visualization software
MessagingApplication
A naive desktop messaging application (deprecated)
SparseMatrix
Implementation of sparse matrices in C language, where a matrix is represented using Linked Lists. A sparse matrix is a matrix in which most of the elements are zero. By only storing non-zero elements, we can save memory and processing time for operations.