Try the Hugging Face API through the playground
Search and save datasets generated with a LLM in real time
Evaluate diversity in data sets to improve fairness
Open Agent Leaderboard
Select and analyze data subsets
Generate images based on data
Generate synthetic dataset files (JSON Lines)
Create a detailed report from a dataset
Classify breast cancer risk based on cell features
Cluster data points using KMeans
Browse and submit evaluation results for AI benchmarks
Browse and filter AI model evaluation results
Visualize dataset distributions with facets
Hub API Playground is a user-friendly tool designed to let you interact with the Hugging Face Hub API. This playground allows you to experiment and explore the capabilities of various models hosted on the Hugging Face platform without needing to write any code. It's a perfect environment for developers, data scientists, and enthusiasts to test APIs, visualize data, and understand model behaviors in real-time.
What models are available in the Hub API Playground?
The Hub API Playground provides access to a wide range of models available on the Hugging Face Hub, including popular models for NLP, computer vision, and more. You can search or browse through the model repository within the playground.
Is the Hub API Playground free to use?
Yes, the Hub API Playground is free to use for exploration and testing purposes. However, some models may require API keys or have usage limits depending on the provider.
How can I keep my API key secure while using the playground?
When using the playground, ensure that you do not share your API key publicly. Use environment variables or secure methods to handle sensitive information.