Swapnil Gupta's repositories

stacked-hourglass

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.

Language:PythonLicense:MITStargazers:15Issues:0Issues:2

Keras_Efficientnet_SSD

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 PASCAL_VOC dataset. Implemented several low level data preprocessing and augmentations in pure tf functions for faster computation.

Language:PythonLicense:MITStargazers:12Issues:2Issues:2

flappybird-ai

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 better models.

Language:PythonLicense:MITStargazers:2Issues:2Issues:0

tunnel-rush

3D WebGL game

Language:JavaScriptStargazers:2Issues:0Issues:0

legend-zelda

3D OpenGL game

Language:C++Stargazers:1Issues:0Issues:0

multiStyleTransfer

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 input image.

Language:PythonStargazers:1Issues:1Issues:0
Language:CSSStargazers:1Issues:0Issues:0

traffic-sign

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.

Language:PythonStargazers:1Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

My_Compiler

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

Language:CLicense:MITStargazers:0Issues:1Issues:0

Bomberman

The classic nintendo bomberman game on a unix terminal using python. Features include colorful display, multiple levels, music, enemies of varying strengths and speeds, automatic movement of enemies in real time, and an organized code with modularity, encapsulation and inheritance.

Language:PythonStargazers:0Issues:0Issues:0

cs231n

Solved Assignments for Stanford CNN Course cs231n

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

CSE_Algorithms

Algorithms implemented in C++

Language:C++Stargazers:0Issues:0Issues:0

duplicate-elimination

A programs that perform​s​ duplicate​ elimination​ for​​ a given​ relation.

Language:PythonStargazers:0Issues:0Issues:0
Language:CSSStargazers:0Issues:0Issues:0

extreme-tic-tac-toe

An AI Bot capable of playing 16x16 variant of Extreme Tic-Tac-Toe created using Mini-Max and AlphaBeta pruning. The search algorithm used is MTD(f) algorithm. Zobrist Hashing has been used to identify board states that have occurred before.

Language:PythonStargazers:0Issues:0Issues:0

hourglasstensorlfow

Tensorflow implementation of Stacked Hourglass Networks for Human Pose Estimation

Language:PythonStargazers:0Issues:1Issues:0

kmeans

A python implementation of the kmeans algorithm to compress png and jpg files.

Language:PythonStargazers:0Issues:0Issues:0

lab-bluemix-cf

This repo demonstrates how deploy a simple Python Flask RESTful service using Bluemix Cloud Foundry

Language:PythonLicense:Apache-2.0Stargazers:0Issues:0Issues:0

lab-flask-bdd

NYU DevOps lab on Behavior Driven Development with Flask and Behave

Language:PythonLicense:Apache-2.0Stargazers:0Issues:0Issues:0

lab-flask-tdd

NYU DevOps lab on Test Driven Development

Language:PythonLicense:Apache-2.0Stargazers:0Issues:0Issues:0

lab-github-actions

This lab demonstrates how to use GitHub Actions with Python and Redis containers

Language:PythonLicense:Apache-2.0Stargazers:0Issues:0Issues:0

mini-sql-engine

A mini​ sql engine which will runs SQL Queries using ​ command line interface

Language:PythonStargazers:0Issues:0Issues:0

plots2

PublicLab.org - a collaborative knowledge-exchange platform in Rails; we welcome first-time contributors! :balloon:

Language:RubyLicense:GPL-3.0Stargazers:0Issues:0Issues:0

pytorch-pose

A PyTorch toolkit for 2D Human Pose Estimation.

Language:PythonLicense:GPL-3.0Stargazers:0Issues:1Issues:0

SummaRuNNer

The PyTorch Implementation of SummaRuNNer

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

tensorflow

An Open Source Machine Learning Framework for Everyone

Language:C++License:Apache-2.0Stargazers:0Issues:0Issues:0

tictactoe-bot

A python implementation of the classic tictactoe game along with the option of playing against a bot.

Language:PythonStargazers:0Issues:0Issues:0

two-phase-mergesort

A program to sort records when number of blocks of records are more than the size of main memory

Language:C++Stargazers:0Issues:0Issues:0