Pinned Repositories
AnotherMansRecycling
Hack The North 2021 - This web application is designed and implemented utilizing Microsoft Azure Custom Vision API to identify different trash into categories. The frontend UI Interface is built with JavaScrip (React Framework) with Material UI.
Classic-Pong-Game
Consists two paddles on both side and a ball in the center, and two players could enjoy this game. If the ball go off the screen, the other player wins a point and the ball continues.
Classical-Tetris-Game
Standard Tetris game with various shapes of cubes with different colors. The next shape is being shown on the side to guide the user. When a row is filled with cubes, then it will disapear.
computer-vision-bootcamp
ConnectFourGame
This is a two-player connection board game in which the players first choose a color and then take turns dropping one colored disc from the top into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column. The objective of the game is to be the first to form a horizontal, vertical, or diagonal line of four of one's own discs.
ECE453-A6
A simple Maven project for Assignment6
IBM-Data-Science-Capstone
Ontario Housing Price Estimator-Conducted exploratory analysis on Ontario property data using Pandas, NumPy, Matplotlib, Folium, Foursquare API while implementing clustering K-Means models with scikit-learn to perform segmentation on neighborhood venue data.
Leetcode
Completed Leetcode Questions
motion
DeltaHacks7 - Create a more inclusive digital environment by improving accessibility for people who have speech disabilities to stay connected and also promoting education in sign language to a wider population.
Stanford-ML-AndrewNg
Exercises completed while learning Stanford Machine Learning Course by Andrew Ng on Coursera
kerry918's Repositories
kerry918/AnotherMansRecycling
Hack The North 2021 - This web application is designed and implemented utilizing Microsoft Azure Custom Vision API to identify different trash into categories. The frontend UI Interface is built with JavaScrip (React Framework) with Material UI.
kerry918/Classic-Pong-Game
Consists two paddles on both side and a ball in the center, and two players could enjoy this game. If the ball go off the screen, the other player wins a point and the ball continues.
kerry918/Classical-Tetris-Game
Standard Tetris game with various shapes of cubes with different colors. The next shape is being shown on the side to guide the user. When a row is filled with cubes, then it will disapear.
kerry918/computer-vision-bootcamp
kerry918/ConnectFourGame
This is a two-player connection board game in which the players first choose a color and then take turns dropping one colored disc from the top into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column. The objective of the game is to be the first to form a horizontal, vertical, or diagonal line of four of one's own discs.
kerry918/ECE453-A6
A simple Maven project for Assignment6
kerry918/IBM-Data-Science-Capstone
Ontario Housing Price Estimator-Conducted exploratory analysis on Ontario property data using Pandas, NumPy, Matplotlib, Folium, Foursquare API while implementing clustering K-Means models with scikit-learn to perform segmentation on neighborhood venue data.
kerry918/Leetcode
Completed Leetcode Questions
kerry918/motion
DeltaHacks7 - Create a more inclusive digital environment by improving accessibility for people who have speech disabilities to stay connected and also promoting education in sign language to a wider population.
kerry918/Stanford-ML-AndrewNg
Exercises completed while learning Stanford Machine Learning Course by Andrew Ng on Coursera
kerry918/Enqueue
SD Hacks 2021
kerry918/FoodDeliveryApp
Food Delivery App implemented using React, Next.js, Strapi, and GraphQL
kerry918/Fridge
Well structured and implemented Fridge Management App using Python, Django Web Framework along with SQLite Database. Fully developed authentication system with ability for user to register, login, and reset password. Contains all CRUD (Create, Read, Update, Delete) elements.
kerry918/give-buddy-frontend
kerry918/GraphingRobot
Implemented a portable function-graphing system with Lego EV3 Robot and Tetrix Robotics Kit, as well as fully designed software using both C++ and RobotC programming language.
kerry918/Herolines
uOttaHack 2021 - Herolines is a web app dedicated to frontline workers who are fighting against Covid-19. This is a consolidated platform to allow the frontline workers to see every benefit offered across Canada.
kerry918/IBM-Data-Analysis-with-Python
kerry918/IBM-Data-Visualization-with-Python
kerry918/IBM-Machine-Learning-with-Python
kerry918/IBM-Python-for-Data-Science-and-AI
Coursework from Coursera course - IBM: Python for Data Science and AI
kerry918/Intro-to-TensorFlow
kerry918/Kerry-s_website
Portfolio website
kerry918/kerry918
kerry918/Lights-Out
A puzzle game coded using JAVA programming language consists a grid (5*5) of lights that are either on or off. Pressing any light will toggle it and its adjacent lights. The goal of the game is to switch all the lights off.
kerry918/React-Hooks
kerry918/SnakeGame
Classic snake game that consist a 20 by 20 grid with a 1 by 1 snake at the start of the game. There will be 'snack' for the snake and it will increase the size of the snake at its tile when one 'snack' is been eaten. If the snake run into itself, the game ends and shows up an error message telling the player the length of the snake. This program is using the PyGame Module with usage of Object Oriented Programming. This game also incorparated the tkinter module to create the GUI (Graphical User Interface)
kerry918/TypeScript-Todo
kerry918/Vue-TaskTracker
Crash Course learning Vue.js