thebaumlaboratory / PlasmoCount

Automated detection and staging of malaria parasites from cytological smears
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Resultant images are written to local disk, which is not scalable. #3

Open ivanmkc opened 3 years ago

ivanmkc commented 3 years ago

Calling the /api/result route eventually write the result to disk, which would eventually run out of space. This should be written to blob storage of some kind like GCS which can grow indefinitely.

https://github.com/thebaumlaboratory/PlasmoCount/blob/b3c776ead5f436fa6e3ed0aca7d8f1683f5f4e49/api/programs/result.py#L52