Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 571 Bytes

README.md

File metadata and controls

19 lines (19 loc) · 571 Bytes

Installation

  • Create a Python virtual environment. For example using venv:
python -m venv .llm
source .llm/bin/activate
  • Install the requirements:
pip install -r requirements.txt
cd hed-bot/hed-tagging-bot
  • Run the bot in the desired port, for example 55000:
chainlit run --port 55000 app.py -w