Prodigy on AWS

Hi! You shouldn't have to do anything special to deploy Prodigy on AWS – it's a regular and pretty lightweight Python library that starts a web server, so you can pip install it like any other Python package and run one of the Prodigy commands to start it. Just make sure you open up the port that you're serving Prodigy on, so you can access the annotation app from the outside. If you're using any spaCy models, make sure they're installed as well and that your machine has enough space.

If you prefer working with Docker, you can also use this Dockerfile instead that was contributed by a user: Cloud deploy dockerfile