Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trong0dn authored Apr 16, 2024
1 parent 02a4ccb commit ff805b4
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# EmoDetective
# emo-detective

Learn facial expressions from an image
[FER-2013](https://www.kaggle.com/datasets/msambare/fer2013)
> **Preamble:** This notebook was adapted from an *Introduction to Machine Learning* course assignment. This notebook is intended to demonstrate a basic understanding of convolutional neural network architecture.
---

> **Goal:** To develop an emotion detection CNN-based model that can detect emotions from images in real-time.
> **Instructions:** The entire full notebook should run less than 35 minutes to run on *T4 GPU*. The solutions for this notebook are self-contained. This notebook was intended to be executed and tested on *Google Colab*. Using the commands: `runtime``run all`.
> **Rationale:** There are some general understanding questions and interpretations of the model placed in markdown cells with this emoji (❓) and answers placed in cells with this emoji (✅). This will provide some context on the application and an explanation of some of the design decisions made.
> **Dataset:** Facial Expression Recognition 2013 Dataset. The required dataset is located within the `FER-2013.rar` file. Download it and store it in `Google Drive`. It should be under `My Drive`. Note: After uploading it, check the location by right-clicking on the file `File Information``Details``Location`.

0 comments on commit ff805b4

Please sign in to comment.