mosquito_classifier
mosquito_classifier copied to clipboard
TensorFlow Image Classifier Files that can be used to distinguish among various Mosquito types with accuracy
Mosquito classifier (Aedes, Anopheles, Culex)
Researcher can use this classifier to automatically distinguish a particular type of mosquito from a large dataset
Requirements
Usage
-
Start the docker image
docker run -it -v ~/mosquito_classifier/:/mosquito_classifier/ gcr.io/tensorflow/tensorflow:latest-devel
-
Run the mosq script to label the image
python /mosquito_classifier/mosq.py <path_to_file>