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.
- Docker
-
Clone the repository:
git clone https://github.com/your_username/huggingface_report.git cd huggingface_report
-
Build the Docker image:
docker build -t huggingface_report .
-
Run the Docker container:
docker run --rm -v $(pwd)/reports:/reports huggingface_report
- The generated report will be available in the
reports
directory.
This project is licensed under the MIT License.