Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.09 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.09 KB

Project dropped


ThermoGray

ThermoGray it's a solution for detecting if a child with cancer have a fever or not if so the solution notify the nurse to comes give the child the medicine.

explicaation

Dataset's

Link to the dataset: dataset 1 dataset 2

Deep-Learning

  • Training data (programmatically).
  • Data augmentation (programmatically).
  • Batch to make a CSV dataset table.
  • Datasets classification.
  • Datasets regression.
  • CoLab training our dataset (a free GPU, google solution.).
  • Working on the application...

colab simple code

from google.colab import drive
drive.mount('/content/gdrive', force_remount=True)
!echo "[ ! ] Starting..."
!cd "/content/gdrive/My Drive/Colab Notebooks" && python run.py

CSV template

path temperature
~/my/path/ 39.9

Screenshots

explicaation