Skip to content

ShanghaiITVolunteer/AntigenClassifier

Repository files navigation

AntigenClassifier

Deep Learning Model to classify the antigen image

Features

  • Classify antigen image and give pos/neg posibility
  • Classify 北京健康宝

Quick Start

  • 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

Screen Shot

  • input

  • output

Contributors

Made with contrib.rocks.

Copyright & License

About

Deep Learning Model to classify the antigen image with Paddle*

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages