mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 12:42:27 +00:00
24 lines
750 B
Markdown
24 lines
750 B
Markdown
# Senpy Plugins
|
|
|
|
# Installing
|
|
|
|
|
|
First, install senpy from source or through pip:
|
|
|
|
pip install senpy
|
|
|
|
Each plugin has different requirements.
|
|
As of this writing, requirement installation is done manually for each plugin.
|
|
All requirements are specified in the .senpy file and, alternatively, in a requirements.txt file.
|
|
|
|
# Running
|
|
|
|
Run with:
|
|
|
|
git clone https://github.com/gsi-upm/senpy-plugins-community.git
|
|
senpy -f senpy-plugins-community
|
|
|
|
# LICENSE
|
|
|
|
This compilation of plugins for Senpy use Apache 2.0 License. Some of the resources used for train these plugins can not be distributed, specifically, resources for the plugins `emotion-anew` and `emotion-wnaffect`. For more information visit [Senpy documentation](senpy.readthedocs.io)
|