Skip to content

Mic-360/tryon-dash

Repository files navigation

TryOn Dash - Internal Admin Dashboard

TryOn Dash is an internal monitoring and management platform for Twinverse Tech's virtual try-on services. It empowers admins to manage business partnerships and monitor processing logs in real-time.

TryOn Dash UI

🚀 Key Features

🏢 Business Management

  • Centralized Directory: View all registered businesses with their associated metadata.
  • Seamless Registration: Add new business partners via a dedicated interface.
  • API Key Control: Manage at-a-glance or obscure sensitive API keys for security.

📊 Logs & Analytics

  • Live Stream: Auto-refreshing logs (every 60s) to monitor visual try-on requests.
  • Deep-Dive Filters: Filter logs by User ID, Business ID, Product ID, Cloth Type, and technical parameters (Seed, Guidance Scale, etc.).
  • Visual Verification: Direct visual comparison of:
    • Person Image: The base model/user input.
    • Cloth Image: The selected garment.
    • Result Image: The AI-generated output.

🛠️ Tech Stack

📂 Project Structure

  • src/store: Redux store and slices for global state (Businesses).
  • src/Layout.tsx: Main application wrapper with a responsive sidebar.
  • src/Sidebar.tsx: Sidebar component with collapse/expand and mobile-responsive overlays.
  • src/App.tsx: Home dashboard for business management.
  • src/Logs.tsx: Real-time logging dashboard with advanced filtering.

⚙️ Getting Started

Prerequisites

  • Node.js (Active LTS)
  • Yarn (v4.5.1 recommended)

Installation

  1. Clone the repository
  2. Install dependencies:
    yarn install

Development

Run the local development server:

yarn dev

Build

Create a production build:

yarn build

The application connects to the production backend at https://twinverses.in by default (see src/config.ts).


Developed by Twinverse Tech

About

TryOn Dash is an internal monitoring and management platform for Twinverse Tech's virtual try-on services. It empowers admins to manage business partnerships and monitor processing logs in real-time.

Resources

Stars

Watchers

Forks

Contributors