Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 649 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 649 Bytes

Annotation Tool

How to run locally

If you haven't already, install the required dependencies

pip install -r annotation_tool/requirements.txt

From the project root directory, run:

streamlit run annotation_tool/app.py

Done! You can now use the app in your browser.

Requirements

Streamlit uses the requirements.txt file in the app directory to install python package dependencies.

To pin package versions we use pip-compile from pip-tools. Similar to pip, pip-tools must be installed in each of your project's virtual environments.

Now, run pip-compile requirements.in

$ pip-compile requirements.in