Skip to content

A simple flutter app can recognize facial emotion from camera.

Notifications You must be signed in to change notification settings

ksw2000/Facial-Emotion-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facial emotion recognition

A simple APP can recognize facial emotion by camera.

They are two modes.

  1. Non real time
  2. real time

Getting Started

This is project is developed on Android now.

  1. Get dependencies

    flutter pub get
  2. To initialize tflite_flutter package, execute install.bat before running.

    ./install.bat
  3. Running

    flutter run
  4. or Build apk

    flutter build apk