Etch-A-Sketch
Technologies: HTML, CSS, Javascript
- Pixel art sketchpad to bring your imagination to life
- Draw with a black, rainbow, or a color scheme of your choosing
- Change grid dimensions and toggle on and off grid lines to customize drawing area
Calculator
Technologies: HTML, CSS, Javascript
- Performs arithmetic operations with calculator buttons or keyboard inputs
- Features a secondary memory display showing numbers and operations for easy tracking
- Includes an AC button to clear all inputs and a CE button to clear most recent digit or
operation
Image Compression
Technologies: Python, Matplotlib, OpenCV, Scikit-learn
- Compress image to k unique colors using K-means clustering algorithm to reduce image file size
- Identify the k most representative colors and replace the RGB value of all pixels to match one of those colors
- Visualize and compare different values of k