Skip to content

Computer-use-agents/GUI-Knowledge-Bench

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published