H
Capabilities:chatimageaudiocode
License:Apache-2.0 (Transformers)
Open sourceAPI availableLocal runtimeOpen weightsHugging Face
About
The collaboration platform for machine learning — 1M+ models, datasets, Spaces apps and the Transformers library. The home of open-source AI.
Pricing
Free / monthly
Hugging Face is the GitHub of machine learning. Its Hub hosts over a million models and datasets, Spaces for demo apps, and the widely used Transformers, Diffusers and Datasets libraries.
Key Features
- Model Hub with 1M+ open models.
- Transformers library for PyTorch, TensorFlow and JAX.
- Spaces to host and share demo apps.
- Inference API for hosted models.
- Datasets and evaluate tooling.
- Enterprise Hub for private collaboration.
Pricing
- Hub (free): unlimited public models and datasets.
- Pro: $9/month — private repos and higher quotas.
- Enterprise: custom.
Getting Started
pip install transformers
from transformers import pipeline
pipe = pipeline("text-generation", model="gpt2")
print(pipe("Hello, I'm"))
Or browse huggingface.co/models and click Use this model.