Skip to content
View Detinator10's full-sized avatar

Block or report Detinator10

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Viking Viking Public

    This is a game that was made in Unity2D for the Future Business Leaders of America game development competition. It won 1st place at the regional level competition and third place at the state leve…

    ASP

  2. census census Public

    Forked from datamade/census

    A Python wrapper for the US Census API.

    Python

  3. FacialExpressionRecognition FacialExpressionRecognition Public

    This program reads input from the computer's webcam, examines a user(s) face, and uses a Convolutional Neural Network to recognize facial expressions.

    Python

  4. IrisClassification IrisClassification Public

    This is a small machine learning project where I used a Support Vector Machine (among other models) to predict the species of Iris flowers based on measurable physical characteristics. As part of m…

    Python

  5. Monopoly-Style-Game Monopoly-Style-Game Public

    This is a game I made for my final free-form AP Computer Science project. It is a re-creation of monopoly the board game made using Java and the Java Swing Library. Run the executable jar file to r…

    Java

  6. NaiveBayesSpamClassifier NaiveBayesSpamClassifier Public

    This project features a custom implementation of Naive Bayes algorithm for the purpose of classifying emails as spam or ham (not spam).

    Java