AI Trainer
- Evaluate AI model responses for accuracy, clarity, and reasoning quality.
- Review text, image, and multimedia tasks while following established guidelines.
- Provide feedback that supports improvements in model performance and reliability.

High-achieving Computer Science student (GPA: 3.95) with expertise in Python, Java, and C. Successfully created software tools like task schedulers and puzzle solvers. Strong skills in collaboration, communication, and leadership. Eager to apply academic knowledge in a practical software development setting.
Sudoku Solver (Python)
- Implemented a backtracking algorithm with constraint satisfaction to solve Sudoku puzzles of varying difficulty.
- Applied discrete math concepts to ensure solution validity and efficiency.
- Designed a user-friendly text-based interface for puzzle input and solution display.
Task Scheduler (Java)
- Developed a task manager that supports adding, removing, and prioritizing tasks for better organization.
- Utilized ArrayList and PriorityQueue to implement efficient task sorting and retrieval.
- Integrated file saving/loading features to maintain persistent task data across sessions.
Team Task Tracker (Java)
- Created a collaborative task tracking application supporting task assignment, progress updates, and sorting by
priority.
- Simulated real-world workflows by allowing multiple users to manage and update task statuses.
- Practiced version control and collaborative development strategies to mimic team environments.