Fancy-yousa's picture
Upload 18 files
94e0fc9 verified
|
Raw
History Blame Contribute Delete
611 Bytes
metadata
title: AutoFS Leaderboard
emoji: 📊
colorFrom: blue
colorTo: green
sdk: docker
pinned: false

AutoFS Leaderboard

This is a visualization dashboard for AutoFS experiment results.

Deployment on Hugging Face Spaces

  1. Create a new Space on Hugging Face.
  2. Select "Docker" as the SDK.
  3. Upload all files from this repository.
  4. The application will automatically build and run.

Local Development

  1. Install dependencies:

    pip install -r requirements.txt
    
  2. Run the application:

    python Webapp/app.py
    
  3. Open http://localhost:5000 in your browser.