Skip to content

dominika01/pain-detection-cats

Repository files navigation

An AI model for detecting pain in cats

This project uses AI to detect signs of pain in cats based on the Feline Grimace Scale.

To use it, run the main.py file with the path to the image you want to analyse as a command line argument:

python3 main.py path/to/your/image

Similarly to how a vet would do it, the program splits the image into features, rates each of them on a 0-2 scale, and gives an overall score.

This is an example output:

Results

Ear position       2

Orbital tightening     1

Muzzle tension      2

Whiskers position     0

Head position      1

Overall impression    1

Legend:

0 - action unit absent

1 - moderately present

2 - markedly present

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors