- Bachelor of Science in Computer Science graduate
- Interested in firmware development
- Interested in operating systems
- Interested in how AI works internally
- Profile Views:
- Description: An AI-driven web-based application which automates early-stage candidate processing to lessen HR burden.
- Key Features:
- Resume extraction and video transcription
- AI-driven candidate scoring and evaluation
- Admin/HR panel for recruiters
- Application tracker for candidates
- Description: A library implementing neural networks written in C.
- Key Features:
- Dynamic adding of layers
- Forward pass/propagation
- Neural network training (backpropagation)
- Various loss and activation functions available
- Description: A web-based forums app with a variety of features made with the Django framework.
- Key Features:
- Admin (delete/ban) functionalities
- Report (posts and comments) functionalities
- Multi-tag and search filter
- Ban appeal functionalities
- Description: The project implements memory allocation from scratch without using malloc/calloc. It creates a fixed 10KB array to act as a mini fake heap memory. It uses a Singly Linked List to keep track of this memory. Every time you ask for space, a small "header" node is placed right before your data to store how big the block is and whether it is being used or free.
- Forked from: (https://github.com/shafinalam07/custom-memory-allocator)
- My Contribution: Implemented memory allocation with a given size using the Worst-Fit Memory Allocation algorithm.
- 📧 Email: jeremybt.lee@gmail.com
