Skip to content
View Kelniit's full-sized avatar
  • Jakarta
  • 18:33 (UTC +07:00)
  • Joined Nov 15, 2024

Block or report Kelniit

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

Pinned Loading

  1. Google Cloud Storage Google Cloud Storage
    1
    # Create Google Storage Bucket
    2
    gcloud storage buckets create gs://pemilu-cloud
    3
    
                  
    4
    # Upload a File
    5
    gcloud storage cp pemilu.txt gs://pemilu-cloud
  2. Hut & FastAPI ! Hut & FastAPI !
    1
    import os; os.environ["TF_CPP_MIN_LOG_LEVEL"] = "3"
    2
    
                  
    3
    import tensorflow as tf
    4
    
                  
    5
    from tensorflow.keras import models