Skip to content

GUI Application for IR Thermogram Platfrom based on MLX90614 and ESP32

License

Notifications You must be signed in to change notification settings

atick-faisal/Thermogram-Platform-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thermogram Platform App

Generate Foot Thermogram from a Contactless Temperature Sensor Platform

Hardware Setup

Diagram

WhatsApp Image 2023-04-06 at 11 23 16 PM

Desktop Software

Screenshot from 2023-02-02 15-32-55

Download

Download for Windows 10/11

Installation

  1. Download and extract the archive
  2. Move into the driver directory inside the extracted folder
  3. Right click on the silabser.inf file and click install
  4. (Optional) Restart the computer
  5. Connect the Thermogram Platform via USB cable
  6. Run the main.exe file inside the extracted folder

Development

  1. Clone the repository
  2. Install dependencies
  pip install pillow
  pip install numpy
  pip install pandas
  pip install scikit-learn
  pip install pyserial
  pip install opencv-python

Qatar University Machine Learning Group