A newer version of the Gradio SDK is available:
5.27.1
title: Model Stats Search Keywords
emoji: 🔥
colorFrom: blue
colorTo: red
sdk: gradio
sdk_version: 5.25.1
app_file: app.py
pinned: false
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Hugging Face Model Statistics Search
A web application built with Gradio that allows users to search and analyze model statistics from the Hugging Face Hub. The application provides detailed information about model downloads and allows exporting the data to CSV format.
Features
- Search for models by name or keyword
- View detailed statistics including:
- Model ID
- Downloads (30 days)
- Downloads (All Time)
- Export results to CSV
- User-friendly web interface
Installation
- Clone this repository:
git clone https://github.com/yourusername/model-stats-search-keywords.git
cd model-stats-search-keywords
- Install the required dependencies:
pip install -r requirements.txt
Usage
- Run the application:
python hf-modelf-family-stats-gradio.py
Open your web browser and navigate to the URL shown in the terminal (typically http://127.0.0.1:7860)
Enter a search term in the text box (e.g., "gemma", "llama") and click "Search"
View the results in the table and download the data as CSV if needed
Dependencies
- gradio
- huggingface-hub
- pandas
License
[Add your license information here]
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.