Skip to content
View k34n4y138's full-sized avatar
🧠
Processing
🧠
Processing
  • 1337
  • Morocco
  • 12:34 (UTC +01:00)

Highlights

  • Pro

Organizations

@AI-LAB-X-LEETMAKERS @Phos4Code

Block or report k34n4y138

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
k34n4y138/README.md

Willkommen 👋


Backend developper and student @ 1337!



Pinned Loading

  1. RGB to CIE-LAB color space conversio... RGB to CIE-LAB color space conversion.py
    1
    import cv2
    2
    import numpy as np
    3
    from numba import njit
    4
    
                  
    5
    
                  
  2. 28BYJ-48 stepper motor raspberry pi ... 28BYJ-48 stepper motor raspberry pi 4 control code
    1
    """
    2
    sudo apt update && sudo apt install python3-gpiozero python3-rpi
    3
    """
    4
    import RPi.GPIO as GPIO
    5
    import time
  3. nvidia_installer.sh nvidia_installer.sh
    1
    #!/bin/bash
    2
    set -e
    3
    
                  
    4
    LOGFILE="nvidia_install_560_$(date +%F_%H-%M-%S).log"
    5
    RUNFILE="NVIDIA-Linux-x86_64-560.35.03.run"
  4. nyquist-architect nyquist-architect Public

    A tiny optics + vision calculator. It turns real camera + lens + scene inputs into the numbers you need to spec and de‑risk a design.

    Python

  5. phonebooth phonebooth Public

    Centralized STT/TTS Service

    Python 4

  6. libft libft Public

    Homemade LIBC. Why? why not :)

    C