Spaces:
Sleeping
Sleeping
metadata
title: Analytics Collector
emoji: 📚
colorFrom: green
colorTo: pink
sdk: docker
app_port: 7860
pinned: false
short_description: analytics collector
Analytics Collector
This Hugging Face Space builds and runs the upstream
embedding-benchmark/analytics-collector
project as a Docker Space.
The Docker image clones the upstream repository during build, installs its
dependencies with uv, and starts the service on port 7860 with:
uv run uvicorn analytics_collector.app:app --host 0.0.0.0 --port 7860
Hugging Face Spaces routes traffic to the container through port 7860.