Skip to content
View mcam10's full-sized avatar

Block or report mcam10

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. bingi-pipelines Public

    This project provides a suite of Python-based solutions for data ingestion, transformation, and transfer across different platforms and storage systems. Meant to be deployed on edge, or the cloud.

    Python

  2. AWS Scripts
    1
    #!/bin/bash
    2
    
                  
    3
    #### Requires USERNAME to be set to locate your MFA device (export USERNAME=john.doe)
    4
    #### Requires AWS_PROFILE to be set (export AWS_PROFILE=$whatever_is_defined_inside_of_aws/credentials_folder)
    5
    #### Requires TOKEN to be set (valid mfa token from current AWS_PROFILE) (export TOKEN=xxxxxx)
  3. chocolate_model_predictor Public

    StankNet is a deep learning model designed to classify stool samples according to the Purina Fecal Score Chart

    Python

  4. aws_userdata_ml.txt
    1
    Script to pass to aws cli command. 
    2
    
                  
    3
    #!/bin/bash
    4
    dnf update -y && dnf install git golang -y
    5
    sudo curl -o /usr/local/bin/cog -L "https://github.com/replicate/cog/releases/latest/download/cog_$(uname -s)_$(uname -m)"
  5. Turing Pi Scripts and Knowledge base...
    1
    Decided to do it from the cli
    2
    
                  
    3
    ```tpi flash --local --image-path /mnt/sdcard/ubuntu-22.04.3-preinstalled-server-arm64-turing-rk1_v1.33.img --node 4```
    4
    
                  
    5