Skip to content
This repository was archived by the owner on Apr 28, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 1007 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 1007 Bytes

⚠️ 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...