slot_tagging / README.md
xjlulu's picture
"~"
df808c4
|
raw
history blame
1.26 kB
metadata
title: Slot Tagging
emoji: 🏷️
colorFrom: green
colorTo: blue
sdk: gradio
sdk_version: 3.47.1
python_version: 3.1
app_file: app.py
app_port: 7860
fullWidth: false
pinned: false
hf_oauth: false
disable_embedding: false
license: apache-2.0
tags:
  - Natural Language Processing
  - Slot Tagging

Slot Tagging

This is a Slot Tagging demo powered by Gradio. It allows you to enter a sentence, and it will predict and highlight the slots in the text.

Usage

  1. Enter a sentence in the "Context" text box.
  2. Click the "Tagging" button to see the predicted slot tags highlighted in the text.

Getting Started

To run this demo locally, follow these steps:

  1. Clone this repository:
git clone https://huggingface.co/spaces/xjlulu/slot_tagging
  1. Install the required Python dependencies using:
pip install -r requirements.txt
  1. Run the application with:
python app.py

Configuration

Gradio Version Python Version

Contact

If you have any questions or feedback, please feel free to contact us.