> For the complete documentation index, see [llms.txt](https://co-vision.gitbook.io/co-vision-eng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://co-vision.gitbook.io/co-vision-eng/how-to-use/+.md).

# Without Computer

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

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

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

2\. Install libraries by typing following commands.

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

3\. Go to main code file and run main\_raspberrypi\_Final.py.

```bash
cd src/2. Without Computer
python main_raspberrypi_Final.py
```

It works!
