This commit is contained in:
Jim Bennett 2021-10-08 18:25:52 -07:00 коммит произвёл GitHub
Родитель bb1af3e956
Коммит f7a1571703
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,7 @@ The code has the following files:
| classifier.py | This file contains the `Classifier` class that uses the Custom Vision image classifier to classify an image from the camera |
| device_client.py | This file contains the `DeviceClient` class that connects to IoT Central, listens for commands and sends telemetry |
| requirements.txt | This file contains the Pip packages that are needed to run this code on a Raspberry Pi |
| requirements-linux.tx t | This file contains the Pip packages that are needed to run this code on Linux |
| requirements-linux.txt | This file contains the Pip packages that are needed to run this code on Linux |
| requirements-macos.txt | This file contains the Pip packages that are needed to run this code on macOS |
| requirements-windows.txt | This file contains the Pip packages that are needed to run this code on Windows |