{% load static %}

ShallowSink Dashboard

Welcome, {{ user.username }}!

{% if user.profile.role == 'ai_engineer' %}

AI Engineer Dashboard

Access AI-related tools and data.


Upload Dataset

Upload

Upload new ML Model

Upload


Access ML Interactions

All Interactions

{% elif user.profile.role == 'finance' %}

Finance Dashboard

View financial reports and tools.


Generate Billings

{% elif user.profile.role == 'admin' %}

Admin Page

View all Activity

Manage Users

View all Activity

{% else %}

User Dashboard

Manage your tasks and profile.


Upload Files to ML

Upload Thing

{% endif %}