Skip to content

Graph Representation Integrating Signals for Emotion Recognition and Analysis (GRISERA) framework provides a persistent model for storing integrated signals and methods for its creation.

License

Notifications You must be signed in to change notification settings

GRISERA/grisera-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRISERA framework

Graph Representation Integrating Signals for Emotion Recognition and Analysis (GRISERA) framework provides a persistent model for storing integrated signals and methods for its creation.

Setting up the development environment

Components

  1. virtualenv (build in Python3)
  2. FastAPI framework
  3. Uvicorn ASGI server

Prerequisites

  1. python3-venv
  2. python3-dev

Setup steps

  1. $ python3 -m venv venv
  2. $ source venv/bin/activate
  3. (venv) $ pip install -r requirements.txt

Start Uvicorn server

(venv) $ uvicorn main:app --reload

About

Graph Representation Integrating Signals for Emotion Recognition and Analysis (GRISERA) framework provides a persistent model for storing integrated signals and methods for its creation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%