Stuart Colianni (scoliann)

scoliann

Geek Repo

0

following

0

stars

Github PK Tool:Github PK Tool

Stuart Colianni's repositories

TinderFaceScraper

A simple script to scrape Tinder profile photos for the purpose of creating a facial dataset.

Language:PythonStargazers:368Issues:0Issues:0

GeneticAlgorithmFeatureSelection

A simple example of how a genetic algorithm can be used to select the optimal subset of features to use for machine learning problems.

GenderClassifierCNN

A Convolutional Neural Network designed to classify the subject of a photo by gender. This model was created by applying Transfer Learning to TensorFlow's Inception-v3 model.

KnnEnsemble

Greatly improving the KNN classifier by perturbing along K values, training sets, feature selection, distance metric; with numerous voting methods (that are superior to majority vote) implemented as well.

Language:PythonStargazers:15Issues:4Issues:0

SpreadHappiness

A project that finds users on Twitter who are having a "bad day" and sends them a custom message with a picture of a cute kitten, to cheer them up.

Language:PythonStargazers:11Issues:0Issues:0

RESTfulTor

A python module that allows the user to change IP addresses and make RESTful calls to be made through the Tor network.

Language:JavaScriptStargazers:9Issues:0Issues:0

CNN-for-Digit-Recognition

This is the code I created to find solutions to the Kaggle MNIST digit recognition competition using a Convolutional Neural Network.

Language:PythonStargazers:8Issues:4Issues:0

Kaggle-MNIST-Inception-CNN

This project uses a retrained TensorFlow Inception model to make predictions for the Kaggle MNIST competition. Results are then compared to those from a handmade CNN.

TwitterUserScraper

A python script that scrapes the latest tweets from a Twitter user and saves them to a text file.

Language:PythonStargazers:8Issues:4Issues:0

CaptchaSolver

captchaSolver.py is a python script that expands the functionality of pytesser to solve the numerical captchas used in the creation of Gmail accounts. This was created to automate the task of creating Gmail accounts dynamically.

Language:OpenEdge ABLStargazers:7Issues:3Issues:0

TextBombAlarmClock

A simple python script that leverages the continual delivery of SMS messages via an SMTP server to act as an alarm clock.

Language:PythonStargazers:5Issues:4Issues:0

BitcoinMarkov

Exploring whether the day to day price fluctuations of bitcoin, UP and DOWN, be expressed (meaningfully) as a markov chain?

Language:PythonStargazers:4Issues:5Issues:0

MyLifeInASCII

A script that can create ASCII art from image or video inputs.

Language:PythonStargazers:3Issues:2Issues:0

HaikuGenerator-v1

This script writes haikus using a Markov Chain language model and a clustering algorithm.

Language:PythonStargazers:2Issues:3Issues:0

RapLyricScraper

This python script downloads the lyrics for every rap song on genius.com.

Language:PythonStargazers:2Issues:2Issues:0

EvolvingImagesWithGAandCNN

Can human-recognizable images be evolved with a Genetic Algorithm, using the softmax scores from a CNN as the fitness function?

BitcoinExploration_v1

An exploration into predicting the direction of changes in the price of Bitcoin.

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

GeneratePDF

A simple reference script for programmatically generating PDF files with visualizations.

Language:PythonStargazers:0Issues:3Issues:0

Mouse-Controlled_Video_Textures

This script enables the user to create mouse-controlled video textures for single-subject input videos.

Language:PythonStargazers:0Issues:3Issues:0

SearchHeap

A custom data structure to store key-value pairs that has all the advantages of a dictionary and a heap.

Language:PythonStargazers:0Issues:0Issues:0

SecureChat

Implements various cryptographical protocols used in secure chat clients

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

TextBot

A simple TextBot class for programmatically sending and receiving text messages via email.

Language:PythonStargazers:0Issues:3Issues:0

TextToMarkov

A python script that takes a text file as an input, creates a 2-gram Markov Chain, and can generate sentences based on that Markov Chain.

Stargazers:0Issues:3Issues:0