An open API service indexing awesome lists of open source software.

https://github.com/kaylakremer/all-the-feels

Emoji Transfer Learning with ml5.js & MobileNet
https://github.com/kaylakremer/all-the-feels

emojis javascript machine-learning ml5js mobilenet p5js transfer-learning

Last synced: 27 days ago
JSON representation

Emoji Transfer Learning with ml5.js & MobileNet

Awesome Lists containing this project

README

          

# All The Feels: Emoji Transfer Learning with ml5.js & MobileNet 😂

## About
This is a quick machine learning project I put together with `ml5.js`. It demonstrates the concept of `transfer learning` using the already pre-trained model of `MobileNet`. All The Feels teaches your computer how to recognize different human emotions via the webcam by categorizing facial expressions with the emoji buttons the user clicks on to train the model with.

## How To Use
`git clone` or download, then `cd` into the location of the repo.

If you have **Python 3.0** installed on your computer, run `python -m http.server 8081`

If you have **Python 2.7** installed on your computer, run `python -m SimpleHTTPServer 8081`

Finally, open your browser and go to the url `localhost:8081`

Alternatively, you can view the deployed app here: [https://allthefeels.kaylakremer.now.sh/](https://allthefeels.kaylakremer.now.sh/)

## Resources
[https://ml5js.org/](https://ml5js.org/)