Skip to content
View lithinnon's full-sized avatar

Block or report lithinnon

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. OpenCVFaceRecognition OpenCVFaceRecognition Public archive

    Make a Face Recognition with OpenCV

    Python

  2. Nat-Non-Opensource/GPSDisplayT4 Nat-Non-Opensource/GPSDisplayT4 Public

    TTGO T4 Display GPS And Data Logger

    C 1

  3. Tuning hyperparameters on keras. Tuning hyperparameters on keras.
    1
    # Import the neccessary librabies.
    2
    from tensorflow.keras.datasets import mnist
    3
    from tensorflow.keras.utils import to_categorical
    4
    from tensorflow.keras.optimizers import Adam
    5
    from tensorflow.keras import Sequential
  4. Face Recognize With Raspberry Pi And... Face Recognize With Raspberry Pi And Computer
    1
    #!/usr/bin/python3
    2
    
                  
    3
    # Import libraries.
    4
    from PIL import Image
    5
    import numpy as np