You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -373,8 +373,24 @@ If you're using DeepFabric in production or research, we'd love to hear from you
373
373
374
374
### Analytics
375
375
376
-
We use fully anonymised analytics, to help us improve application performance and stability. We never send Personal identifiable information and we do not capture prompts, generated content, API keys, file names etc.
376
+
We use privacy-respecting analytics to help us improve application performance and stability. We never send Personal identifiable information and we do not capture prompts, generated content, API keys, file names etc.
377
377
378
-
We capture model names, numeric parameters (temperature, depth, degree, batch_size), timing and success/failure rates - this then helps us find optimizations or bottlenecks.
378
+
#### What We Collect
379
+
-**Anonymous User ID**: A stable, one-way hash based on your machine characteristics (hostname + MAC address). This helps us understand unique user counts without identifying you. Its impossible to reverse this hash to get your actual machine details and one-way only.
380
+
-**Usage Metrics**: Model names, numeric parameters (temperature, depth, degree, batch_size), timing and success/failure rates
381
+
-**Developer Flag**: If you set `DEEPFABRIC_DEVELOPER=True`, events are marked to help us filter developer testing from real usage
379
382
380
-
You can fully disable all analytics by setting the environment variable `ANONYMIZED_TELEMETRY=False`.
383
+
#### Privacy Guarantees
384
+
- No usernames, emails, IP addresses, or personal information
385
+
- User ID is cryptographically hashed and cannot be reversed and contains no Personal Identifiable Information
386
+
- No prompts, generated datasets, or sensitive data is collected
387
+
- All data is used solely for application improvement in regards to performance, stability, and feature usage
0 commit comments