Skip to content

Pharma-SEE/Ai_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection for PharmaSEE

Code for training and object detection model in Tensorflow that identifies 100 classes of pills. We utilized the EfficientDet architecture from Tensorflow Hub and used the TF Object Detetion API for training. The inference results can be found here.

Inference Result Example

Object Detetion in the PharmaSEE Server

Mobile app users can select images or take pictures of the pills they wish to identify, which will be sent to the backend server. The server performs object detection in real time using a deployed tensorflow model. The model is deployed using TensorFlow Model Serving. The user receives results in within 1000ms.

  • Example Input / Output Image

Releases

No releases published

Contributors