intent_classifier / README.md
xjlulu's picture
"pull and shock"
dfe9225
|
raw
history blame
473 Bytes
---
title: Intent Classifier
emoji: 💻
colorFrom: pink
colorTo: indigo
sdk: gradio
sdk_version: 3.46.0
app_file: app.py
pinned: false
license: apache-2.0
---
Check out the configuration reference at https://huggingface.co./docs/hub/spaces-config-reference
## Environment
```shell
# If you have conda, we recommend you to build a conda environment called "adl-hw1"
make
conda activate adl-hw1
pip install -r requirements.txt
# Otherwise
pip install -r requirements.in
```