/Tongue-Diagnosis-Device

Tongue-Diagnosis-Device(TDD)

Primary LanguageC++

Tongue-Diagnosis-Device

  • [Device] RaspberryPi(Using Camera Tongue detection) & Arduino(Circular LED control)
  • [Software] Pytorch(Disease classfication) and Opencv with python(Divide Tongue part & Analysis Tongue part)
  • [Web Site] https://oronaminc.github.io/AI_Tongue/

Function

  1. In Device, Taking Pictrue in realtime video
  2. In Device, Control Circular LED brightness
  3. In Software, Classfication of Tongue Disease (using tongue state : red tongue/white tongue/pink tongue/little coated/white coated/yellow coated/Existence of tooth scar -> Disease Diagnosis)
  4. In Software, Divide and Analysis Tongue part (Divide Tongue into Top/Bottom/Side/Center part and Divide coated part or not)

HW Device(Arduino + RaspberryPI)

Presentation

Result Video Clip

- Device Video Clip

- Website Video Clip

pip install

(option) conda activate
pip3 install numpy
pip3 install cv2
pip3 install tesnorflow
pip3 install scipy
pip3 install scikit-learn
pip3 install keras
pip3 install matplotlib
pip3 install PIL