Monitor and fetch trending models from Hugging Face with support for filtering by task, library, and popularity metrics. Use when users want to check trending AI models, compare model popularity, or explore popular models by task or library. Supports export to JSON and formatted output.
Initial release of huggingface-trends. - Fetches trending Hugging Face models with filters for task (e.g., text-generation), library (e.g., pytorch), and sort order (trending, likes, downloads). - Supports exporting results to JSON and displaying in a structured, formatted output. - Requires HTTP proxy configuration for Hugging Face API access, suitable for constrained network environments. - Provides command-line and Python API usage for daily monitoring or research. - Includes troubleshooting tips and use cases for model discovery and comparison.