Skip to content
View jeremlee's full-sized avatar

Block or report jeremlee

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jeremlee/README.md

jeremlee


About Me

  • Bachelor of Science in Computer Science graduate
  • Interested in firmware development
  • Interested in operating systems
  • Interested in how AI works internally
  • Profile Views: Profile Views

Skills & Technologies

Programming Languages:

C C++ C# Python Java JavaScript TypeScript

Web Development:

Django React Next.js HTML CSS

Machine Learning & AI:

TensorFlow Keras NumPy Pandas Matplotlib Scikit-learn
Seaborn

Databases:

MySQL PostgreSQL MongoDB

Other Tools & Technologies:

Git GitHub


Key Projects

  • 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

Contributions

  • 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.

Contact


Pinned Loading

  1. alzheimers-classification-model alzheimers-classification-model Public

    Jupyter Notebook

  2. Generic-data-structures Generic-data-structures Public

    C++ 2

  3. keras-diabetes keras-diabetes Public

    Python

  4. peso-exchange-rate-forecasting peso-exchange-rate-forecasting Public

    Jupyter Notebook 1

  5. ANI ANI Public

    Forked from AAlimurung/ANI

    Agricultural Networks and Innovation | KFC | CSIT321 - F2 | Application Development Project

    HTML

  6. Xylphy/IntelliForums Xylphy/IntelliForums Public

    Final Requirement for IM2

    Python 3