rohanp's Stars
facebook/create-react-app
Set up a modern web app by running one command.
BVLC/caffe
Caffe: a fast open framework for deep learning.
facebookresearch/fastText
Library for fast text representation and classification.
alexjc/neural-enhance
Super Resolution for images using deep learning.
google/grumpy
Grumpy is a Python to Go source code transcompiler and runtime.
phillipi/pix2pix
Image-to-image translation with conditional adversarial nets
alexjc/neural-doodle
Turn your two-bit doodles into fine artworks with deep neural networks, generate seamless textures from photos, transfer style from one image to another, perform example-based upscaling, but wait... there's more! (An implementation of Semantic Style Transfer.)
AHAAAAAAA/PokemonGo-Map
🌏 Live visualization of all the pokemon in your area... and more! (shutdown)
cartographer-project/cartographer
Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations.
h2oai/h2o-3
H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
jgthms/web-design-in-4-minutes
Learn the basics of web design in 4 minutes
jcjohnson/fast-neural-style
Feedforward style transfer
Schmavery/facebook-chat-api
Unofficial Facebook Chat API for Nodejs
Kyubyong/numpy_exercises
Numpy exercises.
pogodevorg/pgoapi
Unofficial PokemonGO API in Python
rsms/scrup
Take a screenshot (in OS X) — paste the URL somewhere a second later
DanielStutzbach/blist
A list-like type with better asymptotic performance and similar performance on small lists
2016rshah/heckle
:black_nib: Jekyll in Haskell (feat. LaTeX)
jedahan/haiku-wifi
turn your wireless router's extra radios into a public billboard!
jacksonchen/Picture-Project
JC and WK Picture Project for Comp Sci
jacksonchen/steganography
Steganography test
mjkaufer/GroupMeStats
Give stats on random stuff in GroupMe convos
wlmeng11/futurama
A Stacker-esque Arduino game for ENGI 1102 (Art of Engineering)
wlmeng11/stereo
Stereoscopic vision tracking using OpenCV
jacksonchen/chess-stats
canibringmynote7ontheplanewithme/canibringmynote7ontheplanewithme.github.io
columbia-robotics-drone/drone_ws
CURC Autonomous Drone Team Project #1, based off TUM ARDrone
guitard0g/Group-Theory
An exploration of solving group theory cayley tables through Sudoku puzzle solving methods
guitard0g/Hanoi
An exploration of the towers of hanoi problem, solving it iteratively and recursively through pattern analysis
guitard0g/Neural-Network
Creating a backwards propagating neural network from scratch in pure python