Skip to content

nickmitchko/WebEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published