COVID-19
COVID-19 copied to clipboard
COVID-19 Detector from x-rays using Computer Vision and Deep Learning
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 18.1.1 to 18.1.3. Release notes Sourced from yargs-parser's releases. yargs-parser v18.1.3 Bug Fixes setArg: options using camel-case and dot-notation populated twice (#268) (f7e15b9) yargs-parser v18.1.2 Bug Fixes...
Hi, Thanks for creating this great project! I have some thoughts about the project task list: - Today, it's hard to find out what are the current plans, ideas or...
We should try to find more images of COVID-19 and normal cases. Both CTs and Xray. TO-DO: - Create and curate a dataset including images of COVID-19, and Normal cases....
AWS Lambda have [restrictions](https://dzone.com/articles/exploring-aws-lambda-deployment-limits). PyTorch is too longer. When trying to deploy the project, AWS Lambda reports the out of memory error. PyTorch weighs: 758MB. [There is PyTorch layers with...
Once we upload an image of an xray. We would need to create a function that removes the ID in that xray. We need the images uploaded to be anonymous...
We have got credits on AWS so we will be using that platform for the deployment. Please help us to create a diagram and documentation explaining the services we will...
The project is too heavy to run on AWS Lambda. It throws the following error when trying to deploy: > STDERR: ERROR: Could not install packages due to an EnvironmentError:...
We want to use Pytorch models as lambda functions using AWS. However, we need to reduce the size of the model. One way of doing that is using caffe and...