Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
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 code
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
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
CONTRIBUTE TO THIS THREAD