BeN-ClevelanD
Computer Science Honors Student at University of Cape Town. (Most of my projects are privated due to current enrollment)
Pinned Repositories
ant_simulation_cleanup
Ant garbage cleanup sim
C--Image-Processing-with-Connected-Components
A C++ project focused on image processing to identify and analyze connected components within binary images. The program implements thresholding, connected component extraction using 4-connectivity, and features a PGMimageProcessor class for efficient handling of image data.
C--Video-Extraction-from-Large-Images
A C++ project to extract and process video sequences from large images, utilizing a FrameSequence class to store and manipulate frames. Implements memory management, image transformations, and sequence generation for video creation from high-resolution input images.
Classification-using-CNN-and-MLP
Basic implementations of a convolutional neural network as well as a simple multi layer perceptron to classify items in the CIFAR10 dataset.
Face_recognition_web_app
Web app built using react that uses a ML API to detect faces in images.
ParallelProcessingImages
This project contains a serial and parallel versions of a median filter as well as a mean filter for processing images. The parallel versions use a fork join pool to obtain a sped up version of the serial programs' results.
Peer2PeerFileSharer-client-server-
RoboFriends
Little React web app to showcase some basic functionality using robofriends API
safe-route
Discovery 2024 Gradhack Winning project. Python based api for backend, using osmnx and routing algorithms to optimise routes through Gauteng, based on crime and safety information generated by our data processing scripts. Front end is a mobile app that calls said api, based on location and preferences of user.
starWarsCharacteristicFetcher
Small and fun one page web application that fetches random Star Wars character's stats upon clicking the button, uses SWAPI api
BeN-ClevelanD's Repositories
BeN-ClevelanD/vrp-website
BeN-ClevelanD/C--Image-Processing-with-Connected-Components
A C++ project focused on image processing to identify and analyze connected components within binary images. The program implements thresholding, connected component extraction using 4-connectivity, and features a PGMimageProcessor class for efficient handling of image data.
BeN-ClevelanD/C--Video-Extraction-from-Large-Images
A C++ project to extract and process video sequences from large images, utilizing a FrameSequence class to store and manipulate frames. Implements memory management, image transformations, and sequence generation for video creation from high-resolution input images.
BeN-ClevelanD/Classification-using-CNN-and-MLP
Basic implementations of a convolutional neural network as well as a simple multi layer perceptron to classify items in the CIFAR10 dataset.
BeN-ClevelanD/vrp
BeN-ClevelanD/safe-route
Discovery 2024 Gradhack Winning project. Python based api for backend, using osmnx and routing algorithms to optimise routes through Gauteng, based on crime and safety information generated by our data processing scripts. Front end is a mobile app that calls said api, based on location and preferences of user.
BeN-ClevelanD/uct-interledger-foundation-hackathon-2024
A simple Next.js tutorial project that for creators to publish fundraising campaigns
BeN-ClevelanD/ant_simulation_cleanup
Ant garbage cleanup sim
BeN-ClevelanD/Face_recognition_web_app
Web app built using react that uses a ML API to detect faces in images.
BeN-ClevelanD/RoboFriends
Little React web app to showcase some basic functionality using robofriends API
BeN-ClevelanD/Peer2PeerFileSharer-client-server-
BeN-ClevelanD/starWarsCharacteristicFetcher
Small and fun one page web application that fetches random Star Wars character's stats upon clicking the button, uses SWAPI api
BeN-ClevelanD/ParallelProcessingImages
This project contains a serial and parallel versions of a median filter as well as a mean filter for processing images. The parallel versions use a fork join pool to obtain a sped up version of the serial programs' results.