Skip to content
View lazycustard's full-sized avatar
đź’­
lazy
đź’­
lazy

Block or report lazycustard

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. 16bit_MicroComputer_CPU 16bit_MicroComputer_CPU Public

    16bit_MicroComputer_CPU is a 16-bit Von Neumann architecture processor implemented in Verilog HDL. It features a Python-based assembler, ALU-driven arithmetic operations, memory-mapped I/O, custom …

    Python 15

  2. Deepfake-Image-Detection-System Deepfake-Image-Detection-System Public

    This project uses CNNs with EfficientNetB0 transfer learning for binary deepfake image classification. It incorporates data augmentation, label smoothing, and class rebalancing techniques to enhanc…

    Jupyter Notebook 7

  3. PawDetect-CNN-for-Pet-Recognition PawDetect-CNN-for-Pet-Recognition Public

    A Convolutional Neural Network (CNN) is a deep learning model used for image classification. It extracts spatial features using convolution and pooling layers, flattens the output, and classifies u…

    Jupyter Notebook 4

  4. DIY-Arduino-Gaming-Controller DIY-Arduino-Gaming-Controller Public

    DIY Arduino Gaming Controller is a custom device using an ADXL345 accelerometer and joystick to simulate keyboard and mouse inputs. An Arduino Uno reads motion and button data, sending it via seria…

    Python

  5. Real-Time-Web-Weather-Dashboard-Using-DHT11-Web-Serial-API Real-Time-Web-Weather-Dashboard-Using-DHT11-Web-Serial-API Public

    The DHT11 Web Weather Dashboard is a real-time environmental monitoring system leveraging an Arduino microcontroller, DHT11 sensor, and Web Serial API for serial communication. It utilizes HTML, CS…

    JavaScript

  6. RFID-Access-Control-System RFID-Access-Control-System Public

    This project is an RFID-based access control system using an MFRC522 module to read card IDs. Authorized cards trigger a servo to unlock access, with a green LED and buzzer tone, while unauthorized…

    C++