This commit is contained in:
Jim Bennett 2021-10-21 12:06:54 -07:00 коммит произвёл GitHub
Родитель c2925a9326
Коммит ec50fafdd1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 4 удалений

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

@ -17,8 +17,8 @@ Your team should be familiar with the following:
- Using a terminal (e.g., Bash, PowerShell, etc.) - Using a terminal (e.g., Bash, PowerShell, etc.)
### Hardware ### Hardware
!!! Danger
Lobe is not currently supported on Apple computers with the M1 chip > ⛔️ Lobe is not currently supported on Apple computers with Apple Silicon chips, such as the M1, M1 Pro and M1 Max
- A computer capable of running arbitrary code and on which you have administrative rights - A computer capable of running arbitrary code and on which you have administrative rights
- A stable internet connection (for setup and data download only) - A stable internet connection (for setup and data download only)
@ -51,8 +51,7 @@ The key folder for the application, [apps](./apps), contains a [starter web appl
1. User takes a photo using their device's camera or uploads a photo from their device. 1. User takes a photo using their device's camera or uploads a photo from their device.
1. After submitting the photo, the model will attempt to classify and tag the photo. 1. After submitting the photo, the model will attempt to classify and tag the photo.
!!! Info > 💡 No updates to the application code will be made during this workshop. Your team will be able to successfully complete the workshop without any experience with React. The only files your team will add are generated by the Lobe app exporting function.
No updates to the application code will be made during this workshop. Your team will be able to successfully complete the workshop without any experience with React. The only files your team will add are generated by the Lobe app exporting function.
## Goals ## Goals