|
--- |
|
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 |
|
|
|
1. Clone this repository: |
|
```bash |
|
git clone https://github.com/yourusername/model-stats-search-keywords.git |
|
cd model-stats-search-keywords |
|
``` |
|
|
|
2. Install the required dependencies: |
|
```bash |
|
pip install -r requirements.txt |
|
``` |
|
|
|
## Usage |
|
|
|
1. Run the application: |
|
```bash |
|
python hf-modelf-family-stats-gradio.py |
|
``` |
|
|
|
2. Open your web browser and navigate to the URL shown in the terminal (typically http://127.0.0.1:7860) |
|
|
|
3. Enter a search term in the text box (e.g., "gemma", "llama") and click "Search" |
|
|
|
4. 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. |
|
|