Without Computer

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

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_raspberrypi_Final.py를 실행한다.

cd src/2. Without Computer
python main_raspberrypi_Final.py

되는걸 확인할 수 있다.

Last updated