Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

An academic project done as part of the study of the fundamentals of AI

License

Notifications You must be signed in to change notification settings

micpst/facial-emotion-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facial Emotion Detection

Open In Colab

Quick start

Build the development container image:

$ docker build . \
  -f ./docker/Dockerfile-dev \
  -t web-app

Start an app container:

$ docker run \
  -dp 5000:5000 \
  --env-file ./env/.env.dev \
  -v "$(pwd)"/:/opt/code \
  web-app

License

All my code is MIT licensed. Libraries follow their respective licenses.

About

An academic project done as part of the study of the fundamentals of AI

Topics

Resources

License

Stars

Watchers

Forks