
Back To School Video shoot and Promotion
-Led the project and proposed multiple video ideas with different scripts and settings.
-Directed and shot the back to school videos and boosted engagement by 500%. (View links in Experience section)
AI Tumor Project
-Developed an AI that is given a real, large dataset with different attributes of tumors
-The AI will decide according to parameters if a tumor is malignant(tumor needs to be removed) or benign(tumor is not cancerous)
-Performed on goggle Collaborator using TensorFlow/Keras and scikit-learn.
-Training and Testing Split because algorithms are overfitting to ensure the AI understands its job of cancer diagnoses
Beats Browser In C
Created a C program that reads songs from a file and allows users to browse the music library and filter songs by genres. Used Arraylists and unique linked lists . Used malloc for dynamic memory allocation and strtok_r to tokenize input string from the file
Pig Latin C++
Created a program in C++ that takes in a single word of up to 100 characters and translates it to Pig Latin and outputs the translated string.