{"id":17227132,"url":"https://github.com/hadware/pyannote-extension-template","last_synced_at":"2025-08-25T18:35:02.707Z","repository":{"id":79256210,"uuid":"199071491","full_name":"hadware/pyannote-extension-template","owner":"hadware","description":"A template repository to make a pyannote extension class","archived":false,"fork":false,"pushed_at":"2019-07-28T03:01:24.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T15:44:43.828Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hadware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-26T19:43:26.000Z","updated_at":"2019-07-28T03:01:26.000Z","dependencies_parsed_at":"2023-03-06T02:00:26.878Z","dependency_job_id":null,"html_url":"https://github.com/hadware/pyannote-extension-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadware%2Fpyannote-extension-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadware%2Fpyannote-extension-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadware%2Fpyannote-extension-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadware%2Fpyannote-extension-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadware","download_url":"https://codeload.github.com/hadware/pyannote-extension-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245515578,"owners_count":20628196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T04:18:13.765Z","updated_at":"2025-03-25T17:49:03.564Z","avatar_url":"https://github.com/hadware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyannote-extension-template\n\nThis is a template for any external class that would be needed at any step of the\npyannote pipeline. The classes that are defined in your extension can be then \nused through the `config.yml` file.\n\nThe name of submodule you use in the `pyannote/` folder should reflect what your\nextension is about (`models`, `features`, `callbacks`, ...).\n \n\n## Installation\n\nPyannote extensions usually require the\n [pyannote-audio](https://github.com/pyannote/pyannote-audio) environment to be installed\n and activated. Be sure to follow the installation instructions on the aforementioned's repo.\n \nOnce this is done (and the environment activated), you can install it through pip:\n\n``` \npip install git+git://github.com/pyannote/pyannote-myextension.git\n``` \n\n## Pyannote Configuration\n\nTo use the model contained in this library, this is the kind of configuration you\nshould add your `config.yml` file:\n\n```yaml\npipeline_step_name:\n  name: pyannote.submodule.MyClass\n  params:\n    param_1 : 1\n    param_2 : some other string value\n    param_3 : 4577\n    \n```\n\nBe sure to add one or more sample configurations in the `sample_config` folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadware%2Fpyannote-extension-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadware%2Fpyannote-extension-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadware%2Fpyannote-extension-template/lists"}