Without RaspberryPi
Those who have only Computer(Laptop) without raspberry pi๐ข
1. ๋ฐ์ ๋ช ๋ น์ด๋ฅผ ์ ๋ ฅํด์ Git clone์ raspberry pi์ ๋ฐ๋๋ค.
git clone https://github.com/osamhack2020/IoT_COVID19-Detector_CO-vision.git
2. ์ถ๊ฐ์ ์ธ libraries ๋ค์ด ๋ฐ๋๋ค.
pip install tensorflow flirpy opencv-python google-cloud-vision telepot pyzmq PyQt5
3. main code file๋ก ์ด๋ํ๊ณ main.py๋ฅผ ์คํํ๋ค.
cd src/3. Without RaspberryPi
python main.py
๋๋๊ฑธ ํ์ธํ ์ ์๋ค.

Last updated
Was this helpful?