How to Ensure Reliable Data and Predictions for Skin Cancer Detection Using ESP32 and TCS3200?
Am working on an AI-powered health monitoring system using an
ESP32
and a TCS3200
Color Sensor to analyze skin pigmentation and detect potential cancerous cells by identifying irregularities in skin color. The sensor initializes correctly, but I am encountering inconsistent data, leading to incorrect predictions about potential skin cancer.
my aim is to:
- Use machine learning to analyze color data and predict the presence of cancerous cells based on irregular pigmentation.
- Ensure reliable predictions with consistent data from the sensor.
this is my code4 Replies
How do I resolve these inconsistent data that sabotages the prediction of my code across multiple streams of data I have acquired for this project?
try to implement a moving average filter for sensor readings. This will smooth out fluctuations and reduce noise , check this out https://www.youtube.com/watch?v=QHWaJMncC9Q&ab_channel=VLSITechwithAnoushka
VLSI Tech with Anoushka
YouTube
Smooth Out Noisy Sensor Data with a Moving Average Filter
In this comprehensive video, we dive deep into the moving average filter, exploring its mathematics, coding implementation, and practical application with a current sensor. You'll learn how to use this powerful technique to smooth out noisy data, making it easier to work with and more accurate.
Link to Github repo : https://github.com/AnoushkaTr...
Hello @wafa_ath thanks for the video link I went through it and followed the process it worked out well, just that now some of my image data now comes out invalid