{% 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

{% csrf_token %}
Supports: PDF, CSV, Excel files
⏳ Analyzing your data...
Processing file...

✅ Analysis Complete

💳 Your Wallet

{{ user.wallet_balance|floatformat:2 }} AED
Available Balance
{% 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
{% endblock %}