Pinned Repositories
_old_Tadpole-Tracker-Python
Research project that tracks and records movement data of many Xenopus laevis tadpoles at once, in real time.
Automatic_Email_Checker
Web scraping and navigation script to parse through all emails in your inbox.
BShell
Simple implementation of a UNIX shell. This was originally a lab project for my Computing Systems class in college that I kept working on for fun.
Coding-Challenges
Solutions to coding challenges that I've found particularly interesting and/or fun to solve, from places like HackerRank, CodeWars, etc. I'll add more as I do them in the future.
library_of_babel
interactive game that taught incoming college first years how to integrate computer coding into their own creative writing
Naive_Bayes_Newsgroup_Classifier
Simple naive bayes implementation for classic Usenet newsgroups text classification problem
Pedestrian_Detector
Several methods for detecting pedestrians either in images or in camera feed, using OpenCV and Python. With inspiration and code from Adrian Rosebrock's PyImageSearch blog.
Predator-Prey-Simulator
Made some simple buggies for simulations of predator / prey swarm interactions, just for fun.
Tadpole-Tracker
Undergraduate senior thesis research project that tracks and records movement data of many Xenopus laevis tadpoles at once, in real time.
Twitter_Bot_Detector
Java project for Data Structures class to collect tweets using Twitter API from across the United States. Hashes and stores tweets in Red-Black Binary Search Trees, then runs algorithms to determine probability of each user being a bot.
alexander-hamme's Repositories
alexander-hamme/Pedestrian_Detector
Several methods for detecting pedestrians either in images or in camera feed, using OpenCV and Python. With inspiration and code from Adrian Rosebrock's PyImageSearch blog.
alexander-hamme/Twitter_Bot_Detector
Java project for Data Structures class to collect tweets using Twitter API from across the United States. Hashes and stores tweets in Red-Black Binary Search Trees, then runs algorithms to determine probability of each user being a bot.
alexander-hamme/Tadpole-Tracker
Undergraduate senior thesis research project that tracks and records movement data of many Xenopus laevis tadpoles at once, in real time.
alexander-hamme/_old_Tadpole-Tracker-Python
Research project that tracks and records movement data of many Xenopus laevis tadpoles at once, in real time.
alexander-hamme/BShell
Simple implementation of a UNIX shell. This was originally a lab project for my Computing Systems class in college that I kept working on for fun.
alexander-hamme/Chess_Game
Basic functional chess game interface, which I primarily made to learn the Java Swing toolkit
alexander-hamme/Class_Schedule_Creater
Python project to create a graphic schedule designed with HTML and CSS. Input your courses in a custom GUI designed with Tkinter, and the program will automatically position the classes into a clean and simple schedule. Uses a Queue data structure from the Python collections module.
alexander-hamme/Coding-Challenges
Solutions to coding challenges that I've found particularly interesting and/or fun to solve, from places like HackerRank, CodeWars, etc. I'll add more as I do them in the future.
alexander-hamme/Computational-Image-Projects
A collection of computer vision projects developed for my CMSC 317 Computational Image class at Bard College
alexander-hamme/library_of_babel
interactive game that taught incoming college first years how to integrate computer coding into their own creative writing
alexander-hamme/Machine_Learning_Projects
independent machine learning and deep learning project solutions
alexander-hamme/Naive_Bayes_Newsgroup_Classifier
Simple naive bayes implementation for classic Usenet newsgroups text classification problem
alexander-hamme/Tadpole-Tracker-Cpp
Translating my tadpole tracker system to C++ to speed it up with OpenCV's DNN module and benchmark against the Java version
alexander-hamme/Predator-Prey-Simulator
Made some simple buggies for simulations of predator / prey swarm interactions, just for fun.
alexander-hamme/aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
alexander-hamme/bullet3
Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.
alexander-hamme/BumpIntoAbility
Bump-into-ability simulator
alexander-hamme/cs231n.github.io
Public facing notes page
alexander-hamme/cv-tricks.com
Repository for all the tutorials and codes shared at cv-tricks.com
alexander-hamme/darknet_wrapper
A small wrapper around darknet
alexander-hamme/exercises_thushv_dot_com
Here lies all the exercises I implement and share in my website
alexander-hamme/models
Models built with TensorFlow
alexander-hamme/Mosaic
mosaic maker in Processing using Willie Wonka frames
alexander-hamme/py-faster-rcnn
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
alexander-hamme/raylib
A simple and easy-to-use library to enjoy videogames programming
alexander-hamme/Science_Article_Webscraper
Web crawler that collects data about science articles using Requests, Urllib2, and Selenium modules. Program visualizes article statistics using Plotly library, then outputs HTML document with extracted information.
alexander-hamme/SortingAlgorithms
my implementation of the classic sorting algorithms, just for practice.
alexander-hamme/style-transfer-pytorch
Neural style transfer in PyTorch.
alexander-hamme/tadpole-tracker-python
alexander-hamme/unrealcpp
Unreal Engine 4 C++ examples