Pinned Repositories
Collaborative-Filtering
Collaborative Filtering Model developed using Tensorflow and trained on MovieLens Dataset. This Model is based on Neural Collaborative Filtering research paper.
Content-Based-Filtering
Content-Based Filtering based on Cosine Similarity developed using Scikit-Learn and NLTK. The model is trained on MovieLens Dataset. The model uses Natural Language Processing to make better predictions.
Custom-Heap-Implementation
Custom-LinkedList-Implementation
Implementing a custom Linked List using Java Generics
CustomSpringBootFromMaven
This is an attempt to custom build something similar to what we get from Spring Boot by starting with a simple quick-start archetype Maven project
Data-Structures-and-Algorithms
Data structures and algorithms in Java
Flippy-Cards-Game
An Android Memory Card Game with 3 levels
GoodReadsClone
A Good Reads Clone with Cassandra and Spring Boot backend to reliably handle millions of book records from Openlibrary.
IMDb-Scraper
Command Line web scraper for IMDb written in Jsoup. Options to save scraped data to either a Database or a CSV file.
Java
All Algorithms implemented in Java
RaffayHusayn's Repositories
RaffayHusayn/Custom-LinkedList-Implementation
Implementing a custom Linked List using Java Generics
RaffayHusayn/Content-Based-Filtering
Content-Based Filtering based on Cosine Similarity developed using Scikit-Learn and NLTK. The model is trained on MovieLens Dataset. The model uses Natural Language Processing to make better predictions.
RaffayHusayn/Data-Structures-and-Algorithms
Data structures and algorithms in Java
RaffayHusayn/java-streams
RaffayHusayn/JerseyRest
RaffayHusayn/Spring-JavaConfig-Boilerplate
RaffayHusayn/Flippy-Cards-Game
An Android Memory Card Game with 3 levels
RaffayHusayn/Books
RaffayHusayn/Custom-Hashmap-Implementation
HashMap Implemented in Java
RaffayHusayn/Deployment-Content-Based-Filtering
Standard Environment GCloud deployment for content-based filtering
RaffayHusayn/Design-Patterns
Basic Implementation of some Design Patterns using Java
RaffayHusayn/Ecommerce-Website
E-commerce website developed using NodeJS and MongoDB. Stripe Integrated as a payment solution.
RaffayHusayn/grokking-the-object-oriented-design-interview
RaffayHusayn/HackerRank-Python-Solutions
RaffayHusayn/Image-Classification
Binary Cat vs Dog Classifier developed using TensorFlow and Inception Model V3. The model uses Image Augmentation and Transfer Learning for better prediction.
RaffayHusayn/JDBC
RaffayHusayn/Natural-Language-Processing
NLP Basics trained on various TFDS
RaffayHusayn/notetime
Lightweight notes.
RaffayHusayn/ServletJSP
RaffayHusayn/Sign-Language-Image-Recognition
Multi-class visual recognition algorithm developed using TensorFlow for 24 different sign language gestures. Trained on MNIST Sign Language dataset.
RaffayHusayn/Snake-Game
Snake Game for Windows developed with Java
RaffayHusayn/spring-github-login-starter
Starter Spring Boot project for OAuth login with GitHub
RaffayHusayn/Todo-List