AI_Tools_Platform / installed_tools.json
ik's picture
Upload folder using huggingface_hub
12ddc9e verified
{
"tools": [
{
"id": "image_background_remover",
"name": "Image Background Remover",
"description": "A tool that removes backgrounds from images",
"icon": "\ud83d\uddbc\ufe0f",
"version": "1.0.0",
"ui_class": "ImageBackgroundRemoverUI",
"ui_module": "tools.image_background_remover.image_background_remover_ui"
},
{
"id": "beatsyncer",
"name": "Beatsyncer",
"description": "Create amazing videos synchronized with music beats",
"icon": "\ud83c\udfb5",
"version": "1.0.0",
"ui_class": "BeatsyncerUI",
"ui_module": "tools.beatsyncer.beatsyncer_ui"
},
{
"id": "image_background_remover",
"name": "Image Background Remover",
"description": "A tool that removes backgrounds from images",
"icon": "\ud83d\uddbc\ufe0f",
"version": "1.0.0",
"ui_class": "ImageBackgroundRemoverUI",
"ui_module": "tools.image_background_remover.image_background_remover_ui"
},
{
"id": "image_background_remover",
"name": "Image Background Remover",
"description": "A tool that removes backgrounds from images",
"icon": "\ud83d\uddbc\ufe0f",
"version": "1.0.0",
"ui_class": "ImageBackgroundRemoverUI",
"ui_module": "tools.image_background_remover.image_background_remover_ui"
}
]
}