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

Highlights

  • Pro

Organizations

@OCP-AI-R-D

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. CIEDE2000 calculation CIEDE2000 calculation
    1
    import numpy as np
    2
    import numba
    3
    import math
    4
    
                  
    5
    
                  
  3. unet-vision-model unet-vision-model Public

    implementation of Unet model for image segmentation

    Python

  4. 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
  5. 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"
  6. phonebooth phonebooth Public

    Centralized STT/TTS Service

    Python 2