Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 750 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 750 Bytes

Visualizing machine understanding of human emotion

Authors: Mariana Villamizar & Shih-Po Lee

Have you ever wondered how machines understand images and detect features in them? How can a machine detect the emotion that is being shown in an image? With this short narrative piece, we visually explore the concepts and data structures involved in the process of using convolutional neural networks to identify emotions in pictures of human faces. This project was made with Python, Svelte and D3.js.

How to run

Download the folder CS229 from this link, unzip it and place it in the static folder of this project. Then run:

npm install
npm run dev