Click here to Skip to main content
15,881,424 members
Articles / Artificial Intelligence / Tensorflow

AI Emotion Detection in the Browser with Transfer Learning and TensorFlow.js

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
19 Aug 2020CPOL4 min read 6.1K   141   4  
In this article we create a web app that trains the classifier on the go and recognizes grumpy facial expressions.
Here we’re going to extend the pre-trained model using the technique of transfer learning. We will use a KNN classifier to recognize images of grumpy facial expressions.

Views

Daily Counts

Downloads

Weekly Counts

This article is part of the series 'Grumpiness Detection in the Browser with Tensorflow.js View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student
Ireland Ireland
C# Corner MVP, UGRAD alumni, student, programmer and an author.

Comments and Discussions