Skip to content
View 500swapnil's full-sized avatar

Block or report 500swapnil

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

    A pure Tensorflow+Keras TPU trainable implementation of SSD (Single Shot MultiBox Detector) using different backbones of EfficientNet which can be replaced with any ImageNet backbone. Tested on the…

    Python 12 2

  2. flappybird-ai flappybird-ai Public

    Python Program for training an artificial player in the classic Flappy Bird game. Uses Genetic Algorithm (NeuroEvolution) including crossover and mutations on a population of players to generate be…

    Python 2

  3. traffic-sign traffic-sign Public

    Python program for Traffic Sign Recognition using OpenCV and TensorFlow. Uses 2 Deep CNN Image classifiers in for detecting a traffic sign and for classifying which traffic sign it is.

    Python 1

  4. stacked-hourglass stacked-hourglass Public

    A Tensorflow implementation of Stacked Hourglass Network for Keypoint Detection, with several residual layers and can be trained to detect keypoints of chairs and cars.

    Python 15 5

  5. multiStyleTransfer multiStyleTransfer Public

    Python program, created with the help of pyTorch for extracting essential features from multiple style images and adding them to a single image. Produces an image with multiple styles added to the …

    Python 1

  6. My_Compiler My_Compiler Public

    This repo contains a compiler for Kauta, a programming language.

    C