/DEPRECATED-pyannote-db-template

[deprecated] Template for creating your own pyannote.database plugin

Primary LanguagePythonOtherNOASSERTION

⚠️ This is no longer supported. See pyannote.database documentation instead. ⚠️

pyannote.database plugin

This repository provides a template for creating your own pyannote.database plugin.

  1. Fork this repository.
  2. Edit MyDatabase/__init__.py
  3. Edit setup.py, setup.cfg and .gitattributes
  4. Edit lines 45 to 48 in MyDatabase/_version.py
  5. Rename MyDatabase directory to the name of your database (e.g. to Etape or REPERE)
  6. Commit and tag your changes using semantic versioning
  7. 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...