pyannote.database documentation instead.
This repository provides a template for creating your own pyannote.database plugin.
- Fork this repository.
- Edit
MyDatabase/__init__.py - Edit
setup.py,setup.cfgand.gitattributes - Edit lines 45 to 48 in
MyDatabase/_version.py - Rename
MyDatabasedirectory to the name of your database (e.g. toEtapeorREPERE) - 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...