Skip to content
View joze-Lee's full-sized avatar
  • 10:12 (UTC)

Block or report joze-Lee

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. Athena Athena Public

    Athena is a lightweight, fast, and private question-answering system powered by a quantized LLM (Mistral-7B-Instruct-v0.2.Q4_K_M) running locally with full GPU (MPS) acceleration on macOS. Built wi…

    Python 1 1

  2. conway_game_of_life conway_game_of_life Public

    Conway’s Game of Life simulator seeded by ASCII binary of words on a 60x40 grid. It detects extinction, static, or oscillator states within 1000 generations. Includes a REST API /simulate for word-…

    Python 1

  3. retina-risk-ai retina-risk-ai Public

    An end-to-end deep learning project to classify diabetic retinopathy from retinal images using CNNs and advanced preprocessing techniques like CLAHE, unsharp masking, and circle cropping.

    Jupyter Notebook

  4. amazon-review-ml amazon-review-ml Public

    Amazon Review Sentiment Classification with PySpark ML: This project applies NLP and machine learning techniques using PySpark to classify Amazon product reviews as positive or negative. The pipeli…

    Jupyter Notebook

  5. memory-allocation-system memory-allocation-system Public

    An implementation of a memory allocator for educational purposes

    C

  6. terminal-snake-game terminal-snake-game Public

    A classic Snake game implemented in C using dynamic memory, structs, and terminal-based rendering. Includes support for multiple snakes, game over conditions, and real-time updates.

    C