Pain-Analysis / README.md
szili2011's picture
Update README.md
7516fcc verified
|
raw
history blame
445 Bytes

Pain Analysis Model

This Space allows you to upload images and get predictions from the trained pain analysis model.

Usage

  1. Upload an image showing the pain area.
  2. Click the "Submit" button to receive predictions.

Model Description

This model classifies images into four categories:

  • no_pain
  • low_pain
  • medium_pain
  • high_pain

Dependencies

This Space uses the following libraries:

  • TensorFlow
  • Gradio
  • Pillow
  • NumPy