Skip to content
View kbhokray's full-sized avatar

Block or report kbhokray

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. aadhaar aadhaar Public

    Node client for India Aadhaar apis

    JavaScript 20 15

  2. serverless-neuralnetwork serverless-neuralnetwork Public

    A lightweight implementation of a neural network using Autograd library that can be deployed on serverless platforms like AWS Lambda

    Python 1

  3. js-skybox-mapping js-skybox-mapping Public

    A demo three js project showcasing how to wrap a texture image onto a 3D skybox

    JavaScript

  4. AES/CBC/PKCS5Padding Encryption and ... AES/CBC/PKCS5Padding Encryption and Decryption with 128 byte PBK: Java + NodeJs
    1
    package io.chainworks;
    2
    
                  
    3
    import java.nio.ByteBuffer;
    4
    import java.security.AlgorithmParameters;
    5
    import java.security.SecureRandom;
  5. riskradar-server riskradar-server Public

    A sample Flask application demonstrating a complete end-to-end machine learning workflow, including data processing, model training, and API integration for real-time predictions.

    Jupyter Notebook

  6. riskradar-webapp riskradar-webapp Public

    Frontend for a sample end-to-end machine learning project that predicts an individual's chances of defaulting on payments based on their historical data.

    TypeScript