Fancy-yousa's picture
Upload 17 files
0f332f8 verified
---
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:
```bash
pip install -r requirements.txt
```
2. Run the application:
```bash
python Webapp/app.py
```
3. Open http://localhost:5000 in your browser.