Deep Learning Model to classify the antigen image
- Classify antigen image and give pos/neg posibility
- Classify 北京健康宝
- Clone Repo
git clone https://github.com/ShanghaiITVolunteer/AntigenClassifier
- Build Docker Image
make build
# or
docker build -t antigen-classifier:0.1 .
- Run Docker Container
make run
# or
docker run -it -d -v $(PWD)/:/antigenclassifier/ -p 8089:8089 --restart=always --name=antigen-classifier antigen-classifier:0.1
- input
- output
Made with contrib.rocks.
- Code & Docs © 2022 ShangHai Volunteer https://github.com/ShanghaiITVolunteer
- Code released under the Apache-2.0 License
- Docs released under Creative Commons