# RaspberryPi + Computer

1\. 밑에 명령어를 입력해서 Git clone을 raspberry pi와 computer에 받는다.

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

2\. 추가적인 libraries 다운 받는다. (raspberry pi와 computer 둘다).

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

3\. raspberry pi에서는 main code file로 이동하고 main\_raspberryPi.py를 실행한다.

```bash
cd src/1. RaspberryPi+Computer/
python main_raspberryPi.py
```

4\. computer에서는 main code file로 이동하고 main\_raspberryPi\_server.py를 실

```bash
cd src/1. RaspberryPi+Computer/
python main_raspberryPi_server.py
```

되는걸 확인할 수 있다.

![](https://4284004567-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-ML2cEklZnI-6WcfAo1d%2F-ML34Rc6_IZClJfaTRiU%2F-ML34UdfJ4QUNBNQW2QQ%2Fimage.png?alt=media\&token=57988ecc-0922-47d2-99b9-9b25466376e9)

## 시연 영상

{% embed url="<https://youtu.be/8iEuLL1Bqk4>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://co-vision.gitbook.io/co-vision/how-to-use/raspberrypi-+-computer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
