RaspberryPi + Computer
Those who have both raspberry pi and Computer(Laptop)😊
1. Git clone the following repository on your raspberry pi and computer.
git clone https://github.com/osamhack2020/IoT_COVID19-Detector_CO-vision.git
2. Install libraries by typing following commands(both raspberry pi and computer).
pip install tensorflow flirpy opencv-python google-cloud-vision telepot pyzmq PyQt5
3. In raspberryPi, go to main code file and run main_raspberryPi.py.
cd src/1. RaspberryPi+Computer/
python main_raspberryPi.py
4. In computer, go to main code file and run main_raspberryPi_server.py
cd src/1. RaspberryPi+Computer/
python main_raspberryPi_server.py
It works!

Video Demo
Last updated
Was this helpful?