math-a3k / covid-ht

covid-ht aims to provide a tool for implementing an AI layer on clinical classification effectively in order to improve detection, information availability and resource efficiency in medical environments.
https://covid-ht.herokuapp.com/
GNU Lesser General Public License v3.0
2 stars 3 forks source link

REST API #6

Open math-a3k opened 3 years ago

math-a3k commented 3 years ago

There should be a REST API so third party apps can easily integrate with covid-ht.

The basic api would be:

math-a3k commented 3 years ago

The base, /data and /data/{uuid} is implemented in https://github.com/math-a3k/covid-ht/commit/79551358c26fc83ee158191d01acfc8e01dcef7c

math-a3k commented 3 years ago

/classify is implemented in a2fcbe69875ab63c223128f5a10a3fa80f2887f2 Other related commits: 1872aa52e21ca68278a6a684b16339f6be6bb9f3, a770de185dcbdf0645e6e0e96444d8f2f925c24d, a071ef10a6c35070a9c5abea4114f7424281a6a0, ee4ab519fdd3d35aa97f684f2b5874a956a7d330, 52decb535bd345788cfe49a2a2ecb1aeeb8ed7ea

math-a3k commented 3 years ago

The basic REST API implementation is deemed complete, further improvements upon request

math-a3k commented 3 years ago

I'm reopening this issue for keeping track of the subject