This project has the tool and experiments implemented for my thesis.
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:
The accuracy of our representations on a classification task compare to other methods:
We will later make the manuscript available.
Tested with python-3.7.12
-
git
$sudo apt-get install git
-
python-dev
$sudo apt-get install python-dev
- 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
- Be sure to activate the environment
$source eviz/bin/activate
- Run the local server
$python main.py
- 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!
Alexis Mendoza - [email protected] - [email protected]
Project Link: https://github.com/texsmv/emotion_vis