Skip to content
View Prottoy2938's full-sized avatar

Block or report Prottoy2938

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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 2

  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