Implements NER - to use send http get request to {domain}/ner with form data...
Implements NER - to use send http get request to {domain}/ner with form data key = page / value = document/s sends back json success with output containing ner results
... | ... | @@ -4,4 +4,4 @@ transformers~=4.41.2 |
ckip-transformers~=0.3.4 | ||
flask-cors~=4.0.1 | ||
spacy~=3.7.4 | ||
googletrans ~=3.1.0a0 | ||
\ No newline at end of file | ||
googletrans ~=3.1.0a0 |
Please register or sign in to comment