This repository provides a template for creating your own pyannote.database
plugin.
- Fork this repository.
- Edit
MyDatabase/__init__.py
- Edit
setup.py
,setup.cfg
and.gitattributes
- Edit lines 45 to 48 in
MyDatabase/_version.py
- Rename
MyDatabase
directory to the name of your database (e.g. toEtape
orREPERE
) - Commit and tag your changes using
semantic versioning
- Run
pip install -e .
and enjoy!
In case your database is public and you want to share, I'd be happy to integrate your plugin in pyannote
: a pull request to this repository should help us get started...