This is a small project that can let the user turn on or off the Led built in the esp8266 board using Opencv whenever the yellow color is detected.
The esp8266 acts as a server as it receives data from the user wirelessly.
Before running the project , make sure you have the required libraries : Opencv , Pillow and numpy
To Install these libraries on linux , run these commands :
Sudo apt update
Pip3 install opencv-python
Pip3 install Pillow
Pip3 install numpy
https://ko-fi.com/heyitsmeyo