-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a780108
commit 443d49d
Showing
1 changed file
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# Image Classification Template | ||
# Image Classification App | ||
|
||
[Visit](https://image-classification-template.templates.workers.dev) | ||
Identify and label objects found in images. | ||
|
||
TODO | ||
## Develop Locally | ||
|
||
Use this temple with [C3](https://developers.cloudflare.com/pages/get-started/c3/) (the `create-cloudflare` CLI): | ||
|
||
``` | ||
npm create cloudflare@latest --template=cloudflare/templates/image-classification-template | ||
``` | ||
|
||
## View Deployment | ||
|
||
A live public deployment of this template is available at: | ||
|
||
[https://image-classification-template.templates.workers.dev](https://image-classification-template.templates.workers.dev) |