inception-project / inception-external-recommender

Get annotation suggestions for the INCEpTION text annotation platform from spaCy, Sentence BERT, scikit-learn and more. Runs as a web-service compatible with the external recommender API of INCEpTION.
Apache License 2.0
40 stars 17 forks source link

wget missing in deployment configuration #21

Closed reckart closed 3 years ago

reckart commented 3 years ago

The util.py contains the logging setup code as well as code to help with model downloading.

The logging setup code is used in the example wsgi.py file (depoyment).

However, "wget" is only a dev dependency.

I guess either wget needs to become a deploy dependency or the dev and deployment code needs to be better separated.