The Java Annotation Tool was created to allow point labeling images in an image set for use in machine learning models There are other tools similar to this on the internet: however, I found them confusing or tedious to use. By using Java, I can ensure there is platform independence...
[Read More]
Loot Hunters 3
A dungeon adventure game deployed on Heroku using Django framework
Loot Hunters 3 was a project to develop and deploy a Django Web API for serving room and world data to the front end side. I was personally involved in the delopment of the structure and development of the Django server and its PostgreSQL database. The main difficulties with this...
[Read More]
BetterReads
Greenfield project for developing a platform that can keep track of read books and recommend books to users
A project developed as a platform to keep track of books that are being read or have been read previously. This allowed users to rate books they had read and allow other users to view those ratings. A future goal of the project was to use NLP and predictive modeling...
[Read More]
Medical Cabinet
Using NLP to analyze user input and predict cannabis strains to treat medical symptoms
This project was created to provide users a web application where they could input medical symptoms and receive a list of cannabis strains that could potentially treat the provided symptoms. In this project, I worked on developing a Natual language processor to analyze the strain data and the user input...
[Read More]
Magic the Gathering Card Price Predictions
Predicting individual card prices using predictive models
A exploratory data analysis with the goal to use predictive models to predict the price of Magic the Gathering cards
based on their attributes. These include: cmc, color, rarity, and others.
[Read More]