kermitt2 / entity-fishing

A machine learning tool for fishing entities
http://nerd.readthedocs.io/
Apache License 2.0
237 stars 24 forks source link

Create a python web client #64

Open kermitt2 opened 6 years ago

kermitt2 commented 6 years ago

In particular including multi-thread processing.

lfoppiano commented 6 years ago

For the moment there is a simple client here: https://github.com/hirmeos/entity-fishing-client-python it has a basic structure and the whole CI integration with the deployment on Pypi so that can be added by just using pip install entity-fishing-client

kermitt2 commented 6 years ago

It's a good start! I would say a minimal python client should cover:

lfoppiano commented 5 years ago

I've just released the version 0.7.0 (available via pip) which implements all the API and the batch processing with parallel requests:

https://pypi.org/project/entity-fishing-client/