Skip to content

Latest commit

Β 

History

History
72 lines (46 loc) Β· 1.08 KB

File metadata and controls

72 lines (46 loc) Β· 1.08 KB

GUI-Knowledge-Bench

Project website for GUI-Knowledge-Bench

πŸš€ Demo

πŸ› οΈ Tech Stack

  • Frontend Framework: Vue 3
  • UI Components: Element Plus
  • Build Tool: Vite
  • HTTP Client: Axios

πŸ“‹ Features

  • Interactive demonstration of multi-modal agent tuning
  • Visualization of VLM-driven agent capabilities
  • Tool usage efficiency metrics

πŸ”§ Development Setup

Prerequisites

Installation

  1. Clone the repository

  2. Install dependencies

pnpm install
  1. Start the development server
pnpm dev

πŸ—οΈ Building for Production

pnpm build

The built files will be in the dist directory, ready to be deployed.

πŸš€ Deployment

This project is set up for GitHub Pages deployment:

  1. Build the project
pnpm build
  1. Push to GitHub
git add .
git commit -m "Ready for deployment"
git push
  1. Configure GitHub Pages to serve from the desired branch

πŸ“„ License

MIT License