Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 881 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 881 Bytes

Endpoint for Neural-Emotion

Neural-Emotion

A python neural network to predict facial emotions LINK

Implementation

  • With Apache Installed and document root set to /var/www/html
$> pwd
/var/www/
$> ls
html/      <-- This is where this project goes
emotion/   <-- This is where Neural Emotion goes
$> cd emotion
$> nohup python3 auto.py &

WARNING

This is an IO intensive implementation.

Testing

  • in order to test this on a non-secure origin (e.g. no HTTPS) you will need to configure your browser to allow it so.

Example (Chrome) => my dev server is at 136.167.239.9

$> /opt/google/chrome/google-chrome --unsafely-treat-insecure-origin-as-secure="http://136.167.239.9" --user-data-dir=/home/nicholai/Documents

Screenshots

Happy

Fear