Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellpeterson committed Nov 22, 2024
1 parent a780108 commit 443d49d
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions image-classification-template/README.md
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)

0 comments on commit 443d49d

Please sign in to comment.