# huggingface/huggingface_hub

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/huggingface-huggingface-hub).**

3,342 stars · 937 forks · Python · apache-2.0

## Links

- GitHub: https://github.com/huggingface/huggingface_hub
- Homepage: https://huggingface.co/docs/huggingface_hub
- awesome-repositories: https://awesome-repositories.com/repository/huggingface-huggingface-hub.md

## Topics

`deep-learning` `hacktoberfest` `machine-learning` `model-hub` `models` `natural-language-processing` `pretrained-models` `pytorch`

## Description

The Hugging Face Hub Python client is a library that provides programmatic access to the Hugging Face Hub, a centralized platform for hosting and collaborating on machine learning models, datasets, and demo applications. It serves as the primary SDK for interacting with the Hub's API, enabling users to download and upload models and datasets, manage repositories, authenticate via tokens or OAuth, and run inference on hosted models through a unified interface.

The client distinguishes itself through a comprehensive set of capabilities that go beyond basic file transfer. It includes a CLI extension system for adding custom commands, chunk-based deduplication for accelerated downloads, server-side file operations that avoid local transfers, and a virtual filesystem mounting feature that exposes remote Hub files as a local directory. The library also supports OIDC token exchange for CI/CD workflows, webhook management for event-driven automation, and the ability to execute cloud compute jobs on remote GPUs or TPUs.

Beyond its core storage and authentication features, the client offers tools for managing the full lifecycle of Hub resources. This includes creating and configuring Spaces for interactive demos, deploying and scaling inference endpoints, managing S3-like object storage buckets, and participating in community discussions and pull requests. The library also provides search and discovery capabilities for browsing models, datasets, and Spaces by task, framework, or author, along with cache management utilities for inspecting, pruning, and verifying the integrity of locally stored files.

The client is installed via pip or conda and supports configuration for HTTP proxies and custom Hub endpoint overrides, making it adaptable to network-restricted or self-hosted environments.

## Tags

### Artificial Intelligence & ML

- [Model and Dataset Hubs](https://awesome-repositories.com/f/artificial-intelligence-ml/model-and-dataset-hubs.md) — Provides the primary SDK for uploading, downloading, and versioning models and datasets on the Hub. ([source](https://huggingface.co/))
- [Hub Dataset Uploads](https://awesome-repositories.com/f/artificial-intelligence-ml/dataset-generation/dataset-hub-uploaders/hub-dataset-uploads.md) — Uploads datasets to a remote hub with files and metadata for sharing and versioning. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/mixins))
- [Hub File Uploads](https://awesome-repositories.com/f/artificial-intelligence-ml/dataset-generation/dataset-hub-uploaders/hub-file-uploads.md) — Uploads local files to a remote hub repository supporting models, datasets, and demos. ([source](https://huggingface.co/docs/huggingface_hub))
- [Hub Dataset Clients](https://awesome-repositories.com/f/artificial-intelligence-ml/dataset-management/hub-dataset-clients.md) — Provides a Python client for downloading, uploading, and managing datasets on the Hub.
- [Model Hub Integrations](https://awesome-repositories.com/f/artificial-intelligence-ml/external-system-integrations/model-hub-integrations.md) — Hugging Face Hub's API integration for sending input data to a model hosted on the Hub and retrieving its predictions. ([source](https://huggingface.co/docs/huggingface_hub))
- [Inference API Clients](https://awesome-repositories.com/f/artificial-intelligence-ml/inference-api-clients.md) — Ships a client for running inference on hosted models through the Hub's inference endpoints.
- [Inference Endpoint Integrations](https://awesome-repositories.com/f/artificial-intelligence-ml/inference-endpoint-integrations.md) — Creates, configures, and manages remote inference endpoints for scalable model serving. ([source](https://huggingface.co/docs/huggingface_hub/guides/cli))
- [Repository Listings](https://awesome-repositories.com/f/artificial-intelligence-ml/model-and-dataset-hubs/repository-listings.md) — Lists models, datasets, and spaces stored on the remote hub via an HTTP client. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/search))
- [Repository Creations](https://awesome-repositories.com/f/artificial-intelligence-ml/model-and-dataset-hubs/repository-listings/repository-creations.md) — Hugging Face Hub's data storage feature for creating an empty model, dataset, or Space repository on the remote hub with configurable visibility and cloud region. ([source](https://huggingface.co/docs/huggingface_hub))
- [Model Registries](https://awesome-repositories.com/f/artificial-intelligence-ml/model-architecture-registries/model-registries.md) — Provides a client for discovering, downloading, and uploading models from a centralized model registry.
- [Document Summarization](https://awesome-repositories.com/f/artificial-intelligence-ml/document-summarization.md) — Hugging Face Hub's API integration for condensing a longer text into a shorter summary while preserving key information. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/inference_types))
- [Browser-Based Inference](https://awesome-repositories.com/f/artificial-intelligence-ml/inference-clients/browser-based-inference.md) — Hugging Face Hub's API integration for testing a model directly in the browser using a built-in inference widget, without writing any code. ([source](https://huggingface.co/docs/hub/libraries))
- [Language Translation Services](https://awesome-repositories.com/f/artificial-intelligence-ml/language-translation-services.md) — Hugging Face Hub's API integration for converting text from one language into another using a trained translation model. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/inference_types))
- [CLI Search Interfaces](https://awesome-repositories.com/f/artificial-intelligence-ml/model-and-dataset-hubs/cli-search-interfaces.md) — Provides a CLI for searching and listing models, datasets, and spaces with filtering and sorting. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/search))
- [Hub Resource Listers](https://awesome-repositories.com/f/artificial-intelligence-ml/model-and-dataset-hubs/hub-resource-listers.md) — Lists and retrieves details about models, datasets, Spaces, and papers on the Hub. ([source](https://huggingface.co/docs/huggingface_hub/guides/cli))
- [Hub Search Queries](https://awesome-repositories.com/f/artificial-intelligence-ml/model-and-dataset-hubs/hub-search-queries.md) — Queries the Hub for models, datasets, or spaces using text filters and returns matching results. ([source](https://huggingface.co/docs/huggingface_hub/guides/search))
- [Repository File Listings](https://awesome-repositories.com/f/artificial-intelligence-ml/model-and-dataset-hubs/repository-listings/repository-file-listings.md) — Hugging Face Hub's data storage feature for listing all files in a remote repository directory, optionally filtered by pattern or revision. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/file_download))
- [Task-Based Dataset Browsers](https://awesome-repositories.com/f/artificial-intelligence-ml/model-and-dataset-hubs/task-based-dataset-browsers.md) — Discovers and explores over five hundred thousand datasets organized by task and popularity. ([source](https://huggingface.co/))
- [Model API Providers](https://awesome-repositories.com/f/artificial-intelligence-ml/model-api-providers.md) — Hugging Face Hub's API integration for accessing over forty-five thousand models from leading AI providers through a single unified API. ([source](https://huggingface.co/))
- [Semantic Space Searches](https://awesome-repositories.com/f/artificial-intelligence-ml/search-space-definition/semantic-space-searches.md) — Discovers hosted demo applications using natural language semantic search queries. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/repository))
- [Sentiment Analysis Tools](https://awesome-repositories.com/f/artificial-intelligence-ml/sentiment-analysis-tools.md) — Hugging Face Hub's API integration for analyzing the emotional tone or polarity of text to determine if it is positive, negative, or neutral. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/inference_types))
- [Task-Based Model Browsers](https://awesome-repositories.com/f/artificial-intelligence-ml/step-by-step-task-plans/task-based-model-browsers.md) — Discovers and explores over two million models organized by task and popularity. ([source](https://huggingface.co/))
- [Text Classification](https://awesome-repositories.com/f/artificial-intelligence-ml/text-classification.md) — Hugging Face Hub's API integration for assigning a label from a predefined set to a given text or image input based on its content. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/inference_types))
- [Text Completion Engines](https://awesome-repositories.com/f/artificial-intelligence-ml/text-completion-engines.md) — Hugging Face Hub's API integration for producing a continuation of a provided text prompt using a language model to predict the next words. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/inference_types))

### Part of an Awesome List

- [Model Downloaders](https://awesome-repositories.com/f/awesome-lists/ai/hugging-face-ecosystem/model-downloaders.md) — Hugging Face Hub's data storage feature for downloading a machine learning model from the remote hub to a local directory using its repository identifier. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/hf_api))
- [Library-Aware Model Downloads](https://awesome-repositories.com/f/awesome-lists/ai/hugging-face-ecosystem/model-downloaders/library-aware-model-downloads.md) — Downloads models from the hub that were created with dozens of integrated ML libraries. ([source](https://huggingface.co/docs/hub/libraries))
- [Question Answering](https://awesome-repositories.com/f/awesome-lists/ai/question-answering.md) — Hugging Face Hub's API integration for extracting a span of text from a given context that directly answers a natural language question. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/inference_types))
- [Pull Request Retrieval](https://awesome-repositories.com/f/awesome-lists/devtools/pull-request-automation/pull-request-retrieval.md) — Provides API capabilities for retrieving discussions and pull requests with pagination and filtering. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/community))
- [Chunk-Based Deduplicators](https://awesome-repositories.com/f/awesome-lists/media/downloaders/download-deduplicators/chunk-based-deduplicators.md) — Accelerates downloads by fetching only needed file ranges using chunk-based deduplication. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/download))

### Data & Databases

- [Hub Dataset Downloads](https://awesome-repositories.com/f/data-databases/dataset-downloaders/hub-dataset-downloads.md) — Downloads datasets from a remote hub including files and metadata for local use. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/mixins))
- [Repository-to-Repository Transfers](https://awesome-repositories.com/f/data-databases/file-storage-systems/server-side-file-interaction/repository-to-repository-transfers.md) — Enables server-side file transfers between repositories and buckets without local downloads.
- [Repository Renamings](https://awesome-repositories.com/f/data-databases/file-storage-systems/server-side-file-interaction/repository-to-repository-transfers/repository-renamings.md) — Hugging Face Hub's data storage feature for changing the name or owner of a repository, including moving it from a user to an organization. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/repository))
- [Hugging Face Cache Managers](https://awesome-repositories.com/f/data-databases/query-caching-strategies/compilation-caches/model-artifact-caches/hugging-face-cache-managers.md) — Manages cached files from the Hub by listing, removing, pruning unreferenced items, and verifying checksums. ([source](https://huggingface.co/docs/huggingface_hub/guides/cli))
- [Bucket Creation](https://awesome-repositories.com/f/data-databases/file-storage-systems/cloud-object-storage/direct-object-store-querying/object-bucket-management/bucket-creation.md) — Creates S3-like object storage buckets on the Hub for large files. ([source](https://huggingface.co/docs/huggingface_hub/guides/buckets))
- [Bucket Deletion](https://awesome-repositories.com/f/data-databases/object-storage/bucket-management/bucket-deletion.md) — Irreversibly removes buckets and all their contents from the Hub. ([source](https://huggingface.co/docs/huggingface_hub/guides/buckets))
- [Hub Bucket Managers](https://awesome-repositories.com/f/data-databases/object-storage/bucket-management/hub-bucket-managers.md) — Manages S3-like buckets on the Hub for storing large mutable files without version control.
- [Model Card Retrievers](https://awesome-repositories.com/f/data-databases/retrieval-metadata/platform-metadata-retrievers/model-metadata-retrieval/model-card-retrievers.md) — Retrieves model documentation and YAML metadata from model cards by repository ID. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/model-cards))
- [Metadata Updates](https://awesome-repositories.com/f/data-databases/retrieval-metadata/platform-metadata-retrievers/model-metadata-retrieval/model-card-retrievers/metadata-updates.md) — Modifies metadata key-value pairs on repository cards with pull request support. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/model-cards))
- [Search Result Sorting](https://awesome-repositories.com/f/data-databases/search-result-sorting.md) — Sorts repository search results by criteria such as downloads and returns only the top results. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/search))

### Development Tools & Productivity

- [CLI Workflow Integrations](https://awesome-repositories.com/f/development-tools-productivity/cli-workflow-integrations.md) — Provides a command-line interface for managing repositories, files, and authentication on the Hub.
- [Repository Lifecycle Operations](https://awesome-repositories.com/f/development-tools-productivity/remote-repository-managers/repository-lifecycle-operations.md) — Hugging Face Hub's data storage feature for creating, deleting, moving, renaming, and updating settings for remote repositories, including branches and tags. ([source](https://huggingface.co/docs/huggingface_hub/guides/cli))
- [Repository File Management Tools](https://awesome-repositories.com/f/development-tools-productivity/repository-file-management-tools.md) — Hugging Face Hub's data storage feature for listing, deleting, and moving files within a remote repository using the client library. ([source](https://huggingface.co/docs/huggingface_hub/index))
- [Model Inference APIs](https://awesome-repositories.com/f/development-tools-productivity/rest-apis/model-inference-apis.md) — Ships a unified API client for sending inputs to hosted model endpoints and retrieving predictions.
- [Python API Clients](https://awesome-repositories.com/f/development-tools-productivity/rest-apis/rest-api-clients/python-api-clients.md) — Ships a native Python SDK that wraps the Hub API for repository management, authentication, and file operations.
- [Branch and Tag Management](https://awesome-repositories.com/f/development-tools-productivity/branch-and-tag-management.md) — Manages Git branches and tags on any repository type for organizing development streams. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/repository))
- [Community Extension Installers](https://awesome-repositories.com/f/development-tools-productivity/cli-command-extensions/community-extension-installers.md) — Adds new top-level CLI commands by installing community extensions from public GitHub repositories. ([source](https://huggingface.co/docs/huggingface_hub/guides/cli-extensions))
- [Hub Repository Searches](https://awesome-repositories.com/f/development-tools-productivity/git-repository-integrators/ai-optimized-git-repository-ingestors/git-repository-interaction/repository-name-searches/hub-repository-searches.md) — Queries the Hub for repositories and metadata to find models, datasets, or Spaces. ([source](https://huggingface.co/docs/huggingface_hub/concepts/git_vs_http))
- [Account Repository Listings](https://awesome-repositories.com/f/development-tools-productivity/git-repository-integrators/ai-optimized-git-repository-ingestors/git-repository-interaction/repository-name-searches/local-repository-listings/account-repository-listings.md) — Retrieves all repositories for an account or organization sorted by storage usage. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/repository))
- [Remote Repository Deletions](https://awesome-repositories.com/f/development-tools-productivity/managed-repository-deletions/remote-repository-deletions.md) — Hugging Face Hub's data storage feature for permanently removing a repository from the remote hub after confirming the irreversible action. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/hf_api))
- [Pull Request Creation Interfaces](https://awesome-repositories.com/f/development-tools-productivity/pull-request-creation-interfaces.md) — Provides API capabilities for opening new discussion threads and pull requests on repositories. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/community))
- [Pull Request Merging Tools](https://awesome-repositories.com/f/development-tools-productivity/pull-request-merging-tools.md) — Provides API capabilities for merging, closing, or reopening pull requests on repositories. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/community))
- [Resource Group Access Controls](https://awesome-repositories.com/f/development-tools-productivity/team-management/team-scoped-access-control/resource-group-access-controls.md) — Restricts access to models and datasets using resource groups, audit logs, and single sign-on. ([source](https://huggingface.co/))

### DevOps & Infrastructure

- [Server-Side File Copying](https://awesome-repositories.com/f/devops-infrastructure/cloud-infrastructure/cloud-computing-serverless/cloud-storage/s3-compatible-storage-adapters/minio-s3-storage-management/s3-manifest-integration/s3-bucket-browsing/s3-bucket-file-management/server-side-file-copying.md) — Copies files between repositories on the server without downloading to the client. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/repository))
- [Hub Python Clients](https://awesome-repositories.com/f/devops-infrastructure/model-conversion/hugging-face/hub-python-clients.md) — Provides the primary Python library for interacting with the Hugging Face Hub.
- [Model Uploaders](https://awesome-repositories.com/f/devops-infrastructure/model-conversion/hugging-face/model-uploaders.md) — Hugging Face Hub's data storage feature for uploading a machine learning model to the remote hub, including its files and metadata, for sharing and versioning. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/hf_api))
- [Library-Aware Model Uploads](https://awesome-repositories.com/f/devops-infrastructure/model-conversion/hugging-face/model-uploaders/library-aware-model-uploads.md) — Uploads models trained with dozens of integrated ML libraries to the hub for sharing. ([source](https://huggingface.co/docs/hub/libraries))
- [Spaces Deployments](https://awesome-repositories.com/f/devops-infrastructure/model-conversion/hugging-face/spaces-deployments.md) — Creates, configures, and manages hosted machine learning demos and applications on the Hub.
- [Interactive Demo Deployments](https://awesome-repositories.com/f/devops-infrastructure/model-conversion/hugging-face/spaces-deployments/interactive-demo-deployments.md) — Creates and configures hosted Spaces for running interactive ML applications or demos. ([source](https://huggingface.co/docs/huggingface_hub/guides/manage-spaces))
- [Space Hardware Configurations](https://awesome-repositories.com/f/devops-infrastructure/model-conversion/hugging-face/spaces-deployments/space-hardware-configurations.md) — Sets hardware resources and secret environment variables for remote Space deployments. ([source](https://huggingface.co/docs/huggingface_hub/concepts/git_vs_http))
- [Space Secrets Management](https://awesome-repositories.com/f/devops-infrastructure/model-conversion/hugging-face/spaces-deployments/space-secrets-management.md) — Sets environment variables and secret keys for Spaces without exposing them in source code. ([source](https://huggingface.co/docs/huggingface_hub/guides/manage-spaces))
- [Repository Metadata Management](https://awesome-repositories.com/f/devops-infrastructure/repository-management/repository-metadata-management.md) — Hugging Face Hub's data storage feature for creating, deleting, and updating repositories, including their branches, tags, and settings, through HTTP requests. ([source](https://huggingface.co/docs/huggingface_hub/concepts/git_vs_http))
- [Repository Management APIs](https://awesome-repositories.com/f/devops-infrastructure/rest-api-endpoint-management/repository-management-apis.md) — Communicates with a remote hub using standard HTTP requests to manage repositories, files, and metadata.
- [Model Endpoint Deployments](https://awesome-repositories.com/f/devops-infrastructure/serverless-deployment/model-endpoint-deployments.md) — Deploys models on optimized inference endpoints or GPU-backed Spaces with per-hour pricing. ([source](https://huggingface.co/))
- [Endpoint Lifecycle Controls](https://awesome-repositories.com/f/devops-infrastructure/serverless-deployment/model-endpoint-deployments/endpoint-lifecycle-controls.md) — Starts, stops, scales, and deletes inference endpoints to control cost and availability. ([source](https://huggingface.co/docs/huggingface_hub/guides/inference_endpoints))
- [Pattern-Based File Deletion](https://awesome-repositories.com/f/devops-infrastructure/cloud-infrastructure/cloud-computing-serverless/cloud-storage/s3-compatible-storage-adapters/minio-s3-storage-management/s3-manifest-integration/s3-bucket-browsing/s3-bucket-file-management/pattern-based-file-deletion.md) — Deletes files from buckets by pattern with recursive and dry-run options. ([source](https://huggingface.co/docs/huggingface_hub/guides/buckets))
- [GPU/TPU Job Executions](https://awesome-repositories.com/f/devops-infrastructure/job-execution-engines/gpu-tpu-job-executions.md) — Executes code on remote GPUs or TPUs using a Docker-like command-line interface. ([source](https://huggingface.co/docs/huggingface_hub/guides/cli))

### Networking & Communication

- [Remote File Downloads](https://awesome-repositories.com/f/networking-communication/remote-file-downloads.md) — Hugging Face Hub's data storage feature for downloading a single file from a remote repository by its path, supporting version pinning and local caching. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/file_download))
- [Cached](https://awesome-repositories.com/f/networking-communication/remote-file-downloads/cached.md) — Downloads files from remote repositories with local caching to avoid redundant transfers. ([source](https://huggingface.co/docs/huggingface_hub/concepts/git_vs_http))
- [Concurrent Repository Downloads](https://awesome-repositories.com/f/networking-communication/remote-file-downloads/progress-tracking-file-downloads/cloud-file-downloads/concurrent-repository-downloads.md) — Downloads all files in a repository concurrently with local caching for efficient reuse. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/download))
- [Hub File Downloads](https://awesome-repositories.com/f/networking-communication/remote-file-downloads/progress-tracking-file-downloads/cloud-file-downloads/hub-file-downloads.md) — Downloads models, datasets, and files from a remote hub with caching and resumable transfers. ([source](https://huggingface.co/docs/huggingface_hub))
- [Hub Repository Downloads](https://awesome-repositories.com/f/networking-communication/remote-file-downloads/progress-tracking-file-downloads/cloud-file-downloads/hub-repository-downloads.md) — Downloads files or entire repositories from the terminal using a single command with URI-based references. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/download))
- [Version-Aware File Downloads](https://awesome-repositories.com/f/networking-communication/remote-file-downloads/version-aware-file-downloads.md) — Downloads remote files with version-aware caching and checksum verification. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/download))
- [Bucket File Downloads](https://awesome-repositories.com/f/networking-communication/remote-file-downloads/progress-tracking-file-downloads/cloud-file-downloads/bucket-file-downloads.md) — Downloads specific files from Hub buckets to local paths with metadata pre-fetching. ([source](https://huggingface.co/docs/huggingface_hub/guides/buckets))

### Repository Format

- [Remote File Operations](https://awesome-repositories.com/f/repository-format/repository-management-apis/remote-file-operations.md) — Hugging Face Hub's data storage feature for creating, updating, and deleting files in remote repositories programmatically through a Python API. ([source](https://huggingface.co/docs/huggingface_hub))

### Security & Cryptography

- [Access Token Management](https://awesome-repositories.com/f/security-cryptography/access-token-management.md) — Creates, deletes, and refreshes user access tokens with selectable roles and names. ([source](https://huggingface.co/docs/hub/security-tokens))
- [Hub Logins](https://awesome-repositories.com/f/security-cryptography/model-hub-authentication/hub-logins.md) — Logs in to a remote account via browser OAuth or a token, saving credentials for subsequent commands. ([source](https://huggingface.co/docs/huggingface_hub/guides/cli))
- [OAuth Authentication](https://awesome-repositories.com/f/security-cryptography/oauth-authentication.md) — Logs users in through a third-party OAuth flow so they can access protected resources without sharing credentials. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/oauth))
- [Repository Visibility Controls](https://awesome-repositories.com/f/security-cryptography/repository-visibility-controls.md) — Toggles repository visibility between public and private to control access. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/repository))
- [Token Authentication](https://awesome-repositories.com/f/security-cryptography/token-authentication.md) — Passes a remote API token to authenticate requests for accessing private or gated resources. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/authentication))
- [Hugging Face Authenticators](https://awesome-repositories.com/f/security-cryptography/token-authentication/hugging-face-authenticators.md) — Sets an authentication token as an environment variable to authorize API calls without hardcoding credentials. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/environment_variables))
- [Scoped Token Authentications](https://awesome-repositories.com/f/security-cryptography/token-authentication/hugging-face-authenticators/scoped-token-authentications.md) — Uses scoped tokens to authenticate applications and notebooks for read, write, or fine-grained access. ([source](https://huggingface.co/docs/hub/security-tokens))
- [Token-Based Authentication](https://awesome-repositories.com/f/security-cryptography/token-based-authentication.md) — Authenticates users via scoped tokens and OAuth flows for secure access to private resources.
- [Organization Token Policy Enforcements](https://awesome-repositories.com/f/security-cryptography/infrastructure-policy-enforcement/security-policy-enforcers/organization-token-policy-enforcements.md) — Applies organization-level policies requiring administrator approval and fine-grained token restrictions. ([source](https://huggingface.co/docs/hub/security-tokens))
- [Organization Token Issuances](https://awesome-repositories.com/f/security-cryptography/jwt-generation/oauth-token-exchanges/organization-token-issuances.md) — Generates tokens for organization members via OAuth Token Exchange for internal platforms. ([source](https://huggingface.co/docs/hub/security-tokens))

### System Administration & Monitoring

- [Cached File Version Trackers](https://awesome-repositories.com/f/system-administration-monitoring/file-version-auditing/cached-file-version-trackers.md) — Stores downloaded files locally with version tracking and checksum verification to avoid redundant transfers.
- [Hub Virtual Filesystem Browsers](https://awesome-repositories.com/f/system-administration-monitoring/remote-filesystem-browsing/hub-virtual-filesystem-browsers.md) — Hugging Face Hub's data storage feature for opening a virtual filesystem over the remote hub so users can list, read, write, and delete files using standard Python file operations. ([source](https://huggingface.co/docs/huggingface_hub/guides/hf_file_system))

### User Interface & Experience

- [Repository](https://awesome-repositories.com/f/user-interface-experience/search-filters/repository.md) — Filters repository search results by task, framework, author, and other attributes. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/search))
- [Metadata Card Creation](https://awesome-repositories.com/f/user-interface-experience/data-display-components/content-cards/repository-cards/metadata-card-creation.md) — Creates structured metadata cards for repositories with model and dataset details. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/cards))
- [Metadata Card Reading](https://awesome-repositories.com/f/user-interface-experience/data-display-components/content-cards/repository-cards/metadata-card-reading.md) — Loads and parses repository metadata cards for programmatic inspection. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/cards))
- [Metadata Card Updating](https://awesome-repositories.com/f/user-interface-experience/data-display-components/content-cards/repository-cards/metadata-card-updating.md) — Updates repository metadata cards by merging new content with existing data. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/cards))
- [Collaborative Discussion Threads](https://awesome-repositories.com/f/user-interface-experience/text-highlighting/document-annotators/collaborative-discussion-threads.md) — Provides API capabilities for opening new discussion threads with titles and descriptions. ([source](https://huggingface.co/docs/huggingface_hub/guides/community))
- [Collaborative Commenting Systems](https://awesome-repositories.com/f/user-interface-experience/text-highlighting/document-annotators/collaborative-discussion-threads/collaborative-commenting-systems.md) — Provides API capabilities for adding comments to discussion and pull request threads. ([source](https://huggingface.co/docs/huggingface_hub/package_reference/community))

### Business & Productivity Software

- [Collaboration Discussion Tools](https://awesome-repositories.com/f/business-productivity-software/collaboration-discussion-tools.md) — Provides API capabilities for creating, reading, and commenting on discussions and pull requests. ([source](https://huggingface.co/docs/huggingface_hub/concepts/git_vs_http))

### Content Management & Publishing

- [Card Publishing](https://awesome-repositories.com/f/content-management-publishing/model-card-generation/card-publishing.md) — Pushes model cards to remote repositories with optional pull request creation. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/model-cards))
- [Evaluation Results](https://awesome-repositories.com/f/content-management-publishing/model-card-generation/evaluation-results.md) — Embeds evaluation metrics and dataset details into model card metadata. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/model-cards))
- [Template-Based Generation](https://awesome-repositories.com/f/content-management-publishing/model-card-generation/template-based-generation.md) — Generates model cards from Jinja2 templates with customizable sections. ([source](https://huggingface.co/docs/huggingface_hub/en/guides/model-cards))

### Education & Learning Resources

- [Community Collaboration](https://awesome-repositories.com/f/education-learning-resources/educational-resources/career-interview-community/community-collaboration.md) — Creates, reviews, and manages discussions and pull requests on repositories for collaboration.

### Operating Systems & Systems Programming

- [Remote Repository Mounts](https://awesome-repositories.com/f/operating-systems-systems-programming/filesystem-mounting/remote-repository-mounts.md) — Mounts remote Hub files as a local filesystem for seamless browsing and editing via Python.

### Software Engineering & Architecture

- [Event Webhook Management](https://awesome-repositories.com/f/software-engineering-architecture/integration-extensibility/programmatic-interfaces/webhook-event-notifications/event-webhook-management.md) — Hugging Face Hub's API integration for listing, creating, and deleting webhooks that trigger actions on Hub events like pushes or discussions. ([source](https://huggingface.co/docs/huggingface_hub/guides/cli))

### Web Development

- [Model and Dataset Collections](https://awesome-repositories.com/f/web-development/api-management-tools/content-static-site-generation/content-collection-managers/model-and-dataset-collections.md) — Ships a feature for creating named collections of models, datasets, and Spaces. ([source](https://huggingface.co/docs/huggingface_hub/guides/collections))
