Pinned Repositories
bigdata-mapreduce-spark
WordCount and SetDifference using MapReduce and Spark
biogans
ICCV 2017 paper "GANs for Biological Image Synthesis" modified for yeast cell generation
Face-Detection-and-Tracking
Face detection using Viola-Jones detector and tracking using CAMShift, Particle Filter, Face detector + Kalman Filter, and Face Detector + Optical Flow tracker
golomb-ruler
A CSP solution to verify whether or not a Golomb ruler of a fixed length L for M marks exists.
Image-segmentation-using-SLIC-superpixels-and-graph-cuts
Implemented code for semi-automatic binary segmentation based on SLIC superpixels and graph-cuts.
Image-stitching-panorama
Panorama using Homography and Cylindrical warping along with Laplacian blending to stitch the images together nicely.
infant-mortality-data-analysis-sdg
A framework to predict the risk of infant death and suggests similar pregnancy cases to aid the medical practitioners in making informed decisions.
intro.js-rails
Integrate the awesome intro.js javascript library in your Rails asset pipeline
nyc-crime-data-analysis
Aggregated & analyzed NYPD crime data which can aid NYPD to have better hot-spot policing, judicious staff deployment across boroughs, and narrow down plausible root-causes of crime trends
python-goose
Html Content / Article Extractor, web scrapping lib in Python
geekyspartan's Repositories
geekyspartan/Image-stitching-panorama
Panorama using Homography and Cylindrical warping along with Laplacian blending to stitch the images together nicely.
geekyspartan/Image-segmentation-using-SLIC-superpixels-and-graph-cuts
Implemented code for semi-automatic binary segmentation based on SLIC superpixels and graph-cuts.
geekyspartan/golomb-ruler
A CSP solution to verify whether or not a Golomb ruler of a fixed length L for M marks exists.
geekyspartan/intro.js-rails
Integrate the awesome intro.js javascript library in your Rails asset pipeline
geekyspartan/python-goose
Html Content / Article Extractor, web scrapping lib in Python
geekyspartan/bigdata-mapreduce-spark
WordCount and SetDifference using MapReduce and Spark
geekyspartan/biogans
ICCV 2017 paper "GANs for Biological Image Synthesis" modified for yeast cell generation
geekyspartan/Face-Detection-and-Tracking
Face detection using Viola-Jones detector and tracking using CAMShift, Particle Filter, Face detector + Kalman Filter, and Face Detector + Optical Flow tracker
geekyspartan/infant-mortality-data-analysis-sdg
A framework to predict the risk of infant death and suggests similar pregnancy cases to aid the medical practitioners in making informed decisions.
geekyspartan/nyc-crime-data-analysis
Aggregated & analyzed NYPD crime data which can aid NYPD to have better hot-spot policing, judicious staff deployment across boroughs, and narrow down plausible root-causes of crime trends
geekyspartan/algorithms
Include the common algorithm questions in leetcode, cc150 implemented in Java and Python, including test cases.
geekyspartan/chrome-app-samples
Chrome Apps
geekyspartan/coding-interview-university
A complete computer science study plan to become a software engineer.
geekyspartan/CTCI
Code from Cracking The Coding Interview
geekyspartan/data-science-question-answer
A repo for data science related questions and answers
geekyspartan/deeplearning.ai-Convolutional-Neural-Networks
Completed assignment jupyter notebook of Foundations of Convolutional Neural Networks, deeplearning.ai coursera course
geekyspartan/fastai
The fastai deep learning library, plus lessons and tutorials
geekyspartan/FreeML
Data Science Resources (Mostly Free)
geekyspartan/Generative-Adversarial-Network-based-Synthesis-for-Supervised-Medical-Image-Segmentation
Code for the paper 'Generative Adversarial Network based Synthesis for Supervised Medical Image Segmentation'
geekyspartan/histogram-equalization-frequency-domain-filtering-laplacian-pyramid-blending
Code to implement Histogram equalization, Frequency domain filtering, and Laplacian pyramid blending
geekyspartan/kaggle-titanic
Titanic assignment on Kaggle competition
geekyspartan/LSH-SVD-without-external-libraries
Locality Sensitive Hashing and Singular Value Decomposition implementation to find similar regions of Long Island by comparing satellite images.
geekyspartan/mnist_cnn_using_transfer_learning
Trained an CNN classifier for digits 1,4,5,9 and then used the trained model's weights to classify the remaining digits i.e. 0,2,3,6,7,8.
geekyspartan/pacman-multiagent-search
Pacman agent using different adversarial search algorithms like MinMax, Alpha-Beta, Expectimax, etc. to play against ghosts.
geekyspartan/pacman-search
A code to make Pacman agent use different search algorithms and heuristics to find paths through the maze world, to reach a particular location and to collect food efficiently.
geekyspartan/segnet-binary-tensorflow
SegNet implementation for binary images. In the current case, we are using yeast dataset.
geekyspartan/spam_ham_filter_naive_bayes
Spam filter using Naive Bayes