--- title: Slot Tagging emoji: 🏷️ colorFrom: green colorTo: blue sdk: gradio sdk_version: 3.47.1 python_version: 3.10 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](https://huggingface.co/spaces/xjlulu/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: ```python git clone https://huggingface.co/spaces/xjlulu/slot_tagging ``` 2. Install the required Python dependencies using: ```python pip install -r requirements.txt ``` 3. Run the application with: ```python python app.py ``` ## Configuration ![Gradio Version](https://img.shields.io/badge/Gradio-3.47.1-blue) ![Python Version](https://img.shields.io/badge/Python-3.10-green) ## Contact If you have any questions or feedback, please feel free to [contact us](mailto:xjlu@proton.me).