Skip to content

AI that checks to see if you are dabbing or not.

Notifications You must be signed in to change notification settings

TimHillier/Dabbot

Repository files navigation

DabBot

DabBot is an AI that will classify weather you are dabbing or not. Built in Javascript using ML5 and p5Js, It uses your camera to classify weather you current body position is a dab. This was just a silly project where the main goal was to get more familiar with machine learning libraries and how to use them. I chose ML5 since it is built ontop of TensorflowJS. I learned a lot while messing around with this, especially Collecting data, and Data Preprocessing.

How To Run

Running the bot is simple. All that needs to be done is to start a local server in directory. I have used a Python https server to do this.

Python3

python3 -m http.server <Port>

Python2

python -m SimpleHTTPServer <Port>

If no port is specified then it defaults to 8000. After the server is started, going to localhost: You will be greated by a camera window and a few buttons. From here Load the data, Train the Ai, and then you'll be able to eaisly classify dabs.

About

AI that checks to see if you are dabbing or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published