Skip to content

Latest commit

 

History

History
122 lines (83 loc) · 3.86 KB

README.md

File metadata and controls

122 lines (83 loc) · 3.86 KB

Contributors

LinkedIn


EmoViz: A Tool for visualizing time series of emotions derived from physiological data

This project has the tool and experiments implemented for my thesis.

About The Project

Alt Text

The tool allows the users to visualize the time series of emotions derived from physiological data using 2D projections to explore them. It also has multiples visualizations implemented for emotions.

We also include the method we developed to create multivariate time series representations using Echo State Networks and feed-forward Neural Networks, the architecture is the following:

Alt Text

The accuracy of our representations on a classification task compare to other methods:

Alt Text

We will later make the manuscript available.

Tested with python-3.7.12

(back to top)

Built With

(back to top)

Requeriments

  1. git $sudo apt-get install git

  2. python-dev $sudo apt-get install python-dev

Installation

  • Clone the repository $git clone https://github.com/texsmv/emotion_vis_server
  • Enter to the repository dir $cd emotion_vis_server
  • Create an environment $python3 -m venv eviz
  • Activate the environment $source eviz/bin/activate
  • Install the server requirements $pip install -r requirements.txt

Usage

Start the flask server

  • Be sure to activate the environment $source eviz/bin/activate
  • Run the local server $python main.py

Start the http server

  • Go to the ui directory $cd ui
  • Run an http server $python -m http.server
  • Open the adress http://0.0.0.0:8000/ in a web browser. And that's all!

Example

Alt Text

Contact

Alexis Mendoza - [email protected] - [email protected]

Project Link: https://github.com/texsmv/emotion_vis

(back to top)