This web application uses a machine learning model hosted on Hugging
Face Spaces to identify various surgical instruments from an uploaded
image. The model is fine-tuned for a specific domain of surgical tools,
making it a specialized recognition tool.
Classified Equipment
Scalpel
Surgical Scissors (Mayo)
Metzenbaum Scissors
Forceps (Adson)
Forceps (DeBakey)
Hemostat
Needle Holder
Retractor (Deaver)
Surgical Towel Clamp
Suction Tip (Frazier)
Surgical Stapler
Bone Saw
Rongeur
Curette
Suture
Retractor (Gelpi)
Kocher Forceps
Allis Clamp
Bovie (Electrosurgical Unit)
Laparoscope
Model Information
The core of this app is the
`faysalalmahmud/surgical-equipment-recognizer`
model. This model is built using the Gradio framework, which makes it
easy to deploy and share machine learning demos.