{% extends 'base.html' %} {% load static %} {% block title %}Data Analyzer - NetCop AI Hub{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Data Analyzer

Upload your data file and get AI-powered analysis with advanced insights

Your Wallet

đŸ’ŗ
{{ user.wallet_balance|floatformat:2 }} AED
Available Balance

📤 Upload & Analyze

{% csrf_token %}
📄
Click to upload or drag and drop
Supports PDF, CSV, Excel files (max 10MB)
{% if user.is_authenticated %} {% if user.wallet_balance >= 5.00 %} {% else %}
Insufficient balance! You need 5.00 AED.
đŸ’ŗ Top Up Wallet {% endif %} {% else %} 🔐 Login to Continue {% endif %}

â„šī¸ How It Works

  1. Upload your data file
  2. Choose analysis type
  3. Get AI-powered insights
  4. Copy or download results

âŗ Processing Status

âŗ
Analyzing your data...
Processing file...

📊 Analysis Results

Success
{% endblock %}