Skip to content
Recued
Menu
← Back to recipes

Create a Hugging Face collection

by recued-core v1

Approval-gated Hugging Face workflow for creating one collection. It searches existing collections first, then calls recued-core.huggingface.collection.create with an explicit title, namespace, optional description, optional initial item, and privacy flag. It does not patch or delete collections, mutate collection items after creation, create repositories, download files, mutate settings, or call arbitrary Hugging Face routes.

How it works 11 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (11 steps)
normalized_title trim
Trim whitespace from setting title
normalized_namespace trim
Trim whitespace from setting namespace
normalized_description trim
Trim whitespace from setting description
normalized_reason trim
Trim whitespace from setting reason
existing_collections_raw ?
create_collection ?
existing_collections default
Apply default
existing_count count
Count items in existing collections
collection_rows slice
Take a subset of
collection_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 7 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

title setting =
reason setting =
private setting = true
namespace setting =
description setting =
huggingface setting =
initial item setting = [object Object]

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Huggingface connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

huggingface huggingfacecollectionsmodelsdatasetsspacesapprovalpack:huggingface

Details

11 steps 7 configurable settings recipe_id: create-huggingface-collection