Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 515 Bytes

quick-start.rst

File metadata and controls

23 lines (12 loc) · 515 Bytes

Quick start =====

Clone the github repo to your computer

git clone https://github.com/davidjurgens/potato.git

Install all the required dependencies

pip3 install -r requirements.txt

To run a simple check-box style annotation on text data, run

python3 potato/flask_server.py config/examples/simple-check-box.yaml -p 8000

This will launch the webserver on port 8000 which can be accessed at http://localhost:8000.