{% extends 'users/userbase.html' %} {% load static %} {% block contents %}

Secure Dataset Upload

Contribute anonymized transaction data for model refinement.

{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% csrf_token %}
Data Privacy Standards
  • Data is encrypted at rest using AES-256.
  • PII is automatically redacted upon ingestion.
  • Only CSV formats adhering to the financial schema are accepted.
{% endblock %}