dep update
e3a23db
|
raw
history blame
515 Bytes
metadata
title: Seed Crawl Annotator
emoji: 🐨
colorFrom: red
colorTo: yellow
sdk: gradio
sdk_version: 5.9.1
app_file: app.py
pinned: false
license: mit

Annotate Web Languages

Usage

Run the Gradio app

# auto reload
gradio app.py

# manual reload
python app.py

Install with virtual conda env:

conda create -n seed-crawl-annotator python=3.10
conda activate seed-crawl-annotator
pip install -r requirements.txt

Build Docker image

docker build -t seed-crawl-annotator  .