Poonam
(Poonam Agrawal)
June 1, 2021, 1:47am
1
How Can I install Prodi.gy in s3 instance? Does it require any specific way?
Poonam
(Poonam Agrawal)
June 1, 2021, 1:50am
2
@ines Can you help me in this.
ines
(Ines Montani)
June 2, 2021, 1:26am
3
Hi! Prodigy is a regular Python application that starts a web server, so you won't have to do anything special to install and host it – you can do it exactly like you would run any other Python app. Just make sure you open up the port that you serve Prodigy on, so you can access the web app. Also see these threads for details:
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 pr…
A sample of a cloud deployable dockerfile for prodigy I’ve made, If anyone is interested.
Based on alpine for a lean image
including replacing index.html, setting up instructions and using env vars for populating the prodigy.json file with db credentials