
Movie Recommendation System
A movie recommendation system that recommends movies to a user based on current selection. Built with pytorch, numpy, pandas and natural language toolkit.

Cifar 10 VTM
A machine learning vision transformation model built with pytorch and trained on Cifar10 dataset to classify animals into their respective class.

FashionMNIST Multiclassification
A multiclassification model built on Convolutional Neural Network (CNN) and trained on Fashion MNIST dataset to enable a system classify wears.

Food Classification Project
A multiclass food classification project built on Visual Geometry Group (VGG) architecture using pytorch

Breast Cancer Prediction
A breast cancer prediction model built with pytorch and scikit learn.

Text Classification
A wine review text classification system built using Long-Short Term Memory (LSTM) model on tensorflow, numpy and pandas