Skip to content
View Prottoy2938's full-sized avatar
Block or Report

Block or report Prottoy2938

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

  1. nextjs-typescript-eslint-jest-template nextjs-typescript-eslint-jest-template Public

    Starter Template for Nextjs, Webpack, TypeScript, ESLint and Jest

    JavaScript 17 2

  2. cluster-11/mobileNet-image-recognition-starter cluster-11/mobileNet-image-recognition-starter Public template

    Image Recognition Starter Application (MobileNet Model)

    HTML 1

  3. backdrop backdrop Public

    A web application to change/modify video background to anything. It uses a neural network to find out the difference between human body and background

    HTML 1

  4. Binary Search Tree implementation in... Binary Search Tree implementation in JavaScript
    1
    // A binary tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child.
    2
    // Left child is always less than it's parent and the right child is always bigger than it's parent.
    3
    
                  
    4
    class Node {
    5
      constructor(value) {
  5. cipher-delta cipher-delta Public

    A web application that helps encode and decode plain content

    TypeScript

  6. cluster-11/open-mind cluster-11/open-mind Public

    A web application that you can use to train a machine learning model and make it recognize your images

    JavaScript 14 2