Simple Flask-based web application that allows users to search the most recent tweet posted by a specific handle on a given date.
✨ Key Features:
- Search the most recent tweet from a specific handle on a chosen date.
- Simple form-based web interface with real-time results.
- Automated tweet retreival reduces manual search time from ~2 minutes to under a second per query (99% faster).
🛠 Tech Stack:
HTML
Python Flask
API Implementation
Interactive web application that allows users to create flashcards to help them learn faster than traditional study methods.
✨ Key Features:
- Clear user interface that has options for adding/removing flashcards.
- Creates quizzes based on flashcards they have added, helping them prepare better for tests.
- Displays test results at end.
🛠 Tech Stack:
Python
Flask
HTML
CSS
Bootstrap
Computer-vision program that identifies incorrect technique and posture when playing piano.
✨ Key Features:
- Completed: Hand-tracking and visualization of joints in hand
- In Progress: Vector calculations for joint angles.
- To-Do: Train model.
🛠 Tech Stack:
Python
Computer Vision
Machine Learning
MediaPipe
OpenCV2
Simple Java console application that helps students keep track of their assessments, deadlines, and completion status.
✨ Key Features:
- Add, remove, search, and list assessments; track completion and overdue status.
🛠 Tech Stack:
Java
Console Application
ArrayList
File I/O
Aesthetic and interactive portfolio website that helps you learn more about who I am.
✨ Key Features:
- Showcases key projects, skills, and certifications in a structured format.
- Simple, responsive layout with smooth navigation and engaging visuals.
🛠 Tech Stack:
HTML
CSS
Javascript
Bootstrap
Text-based Java program that recreates the classic board game Battleship.
✨ Key Features:
- Players place ships on a 5x5 grid and take turns with the computer guessing locations; hits and misses are tracked.
- Text-based console with clear instructions and grid visualization of moves.
- Displays number of hits, misses, and total moves at the end of the game.
🛠 Tech Stack:
Java
Console Application
Java Libraries