Skip to content

Commit

Permalink
register py-feat library (#879)
Browse files Browse the repository at this point in the history
The goal of this PR is to register a new library
[py-feat](https://py-feat.org/) with huggingface and add supported tasks
of `image-feature-extraction`.

Please let me know if I should make any changes.

---------

Co-authored-by: Lucain <lucainp@gmail.com>
  • Loading branch information
ljchang and Wauplin authored Sep 2, 2024
1 parent 3bc437c commit fa428c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
snippets: snippets.pyannote_audio,
filter: true,
},
"py-feat": {
prettyLabel: "Py-Feat",
repoName: "Py-Feat",
repoUrl: "https://github.com/cosanlab/py-feat",
docsUrl: "https://py-feat.org/",
filter: false,
},
pythae: {
prettyLabel: "pythae",
repoName: "pythae",
Expand Down

0 comments on commit fa428c2

Please sign in to comment.