A simple static website containing my resume
information,
project showcase and my contact information.
This website was built using HTML and CSS, with
an extensive use of Bootstrap5.
Note: This website is still under construction
and will be updated further with more dynamic styles with Java Script
and backend features using NodeJS.
A program written in Python using OpenCV
libraries that detects images of coins in an image and computes their
monetary sum.
This program uses OpenCV libraries to detect
circles in an image, and a further Hough transform is used to correct
for skewness and distortion in the image.
communication
The coins are recognized appropriately by the
program using a set of conditionals that determine which coin is being
passed into the program; it does so by looking at the specific circular
dimension and brightness intensity of each coin.
Note: The last part of this project is not
complete as I have yet to figure out how to extract the numerical values
into an array. Will update soon.