Skip to content

Hugging Face Report Generator, This project contains a Docker container that periodically generates reports by fetching data from the Hugging Face model hub, compiling a list of the top 10 downloaded models.

Notifications You must be signed in to change notification settings

rutwikpatel29/Hugging-Face-Precize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugging-Face-Precize

This project contains a Docker container that periodically generates reports by fetching data from the Hugging Face model hub, compiling a list of the top 10 downloaded models.

Getting Started

Prerequisites

  • Docker

Usage

  1. Clone the repository:

    git clone https://github.com/your_username/huggingface_report.git
    cd huggingface_report
  2. Build the Docker image:

    docker build -t huggingface_report .
  3. Run the Docker container:

    docker run --rm -v $(pwd)/reports:/reports huggingface_report

Notes

  • The generated report will be available in the reports directory.

License

This project is licensed under the MIT License.

About

Hugging Face Report Generator, This project contains a Docker container that periodically generates reports by fetching data from the Hugging Face model hub, compiling a list of the top 10 downloaded models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published