soprasteria / cybersecurity-dfm

Data Feed Manager (news watch orchestrator to predict topic with deepdetect and store cleaned text in elasticsearch)
GNU General Public License v3.0
40 stars 14 forks source link

Support latest version of DeepDetect python wrapper #7

Open acabrol opened 6 years ago

acabrol commented 6 years ago

Currently DFM use an old version of the DeepDetect python wrapper.

Python wrapper was handling with dedicated class before and now use request exceptions.

DFM code must be modified to support standard exceptions instead of previous deepdetect error class.

acabrol commented 5 years ago

deepdetect python lib included in the project is usable with the current version of deepdetect