Without RaspberryPi

Those who have only Computer(Laptop) without raspberry pi😢

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.py.

cd src/3. Without RaspberryPi
python main.py

It works!

Last updated

Was this helpful?