...

Mitchell Zinck

I'm a Software Developer based out of Ottawa, Canada

I enjoy creating tools and programs that spark curiosity, provide entertainment, or make life easier. My passion lies in designing software that brings value, whether through practicality, fun, or unique ideas.

Outside of software development, I enjoy fishing, camping, and my cat Eddie.

Projects

Emojle
Image
Emojle is an emoji-based guessing game similar to Wordle, the objective is to guess the correct emoji based on feedback on previous guesses. Start by selecting any emoji and use the information you get from that guess to try and find the emoji of the day!
Sign Language Detection
Image
In this project, I created a Sign Language Recognition System utilizing convolutional neural network (CNN). This process involves two CNNs; one for detecting static ASL signs, and another for recognizing dynamic signs like the letters J and Z. This was done by using datasets such as Sign Language MNSIT and EMNIST Letters, coupled with finger tracking from mediapipe.
LiDAR H.A.R.
Image
This project presents a comprehensive approach to detecting and classifying human exercise poses using 3D LIDAR technology coupled with deep learning methodologies. Our study builds upon the foundational work of point cloud processing, introducing a series of deep learning models to recognize and classify human exercises accurately.
ZinckLib
Image
The main focus of this library is around the manipulation of strings between various forms like strings to numbers or converting a number to its written form. There are also some other tools like creating a list of prime numbers less than a given value or determining if a string is in alphabetical order.