Without Computer

Those who have raspberry pi, but not Computer(Laptop)😢

1. Git clone the following repository on your raspberry pi.

git clone https://github.com/osamhack2020/IoT_COVID19-Detector_CO-vision.git

2. Install libraries by typing following commands.

pip install tensorflow flirpy opencv-python google-cloud-vision telepot pyzmq PyQt5

3. Go to main code file and run main_raspberrypi_Final.py.

cd src/2. Without Computer
python main_raspberrypi_Final.py

It works!

Last updated