https://github.com/yusukebe/my-first-constellation
https://github.com/yusukebe/my-first-constellation
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yusukebe/my-first-constellation
- Owner: yusukebe
- Created: 2023-05-18T02:30:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T02:30:53.000Z (about 3 years ago)
- Last Synced: 2025-01-08T17:09:14.662Z (over 1 year ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My first Constellation
It's my first [Constellation](https://developers.cloudflare.com/constellation/) application based on [the Cloudflare Blog article](https://blog.cloudflare.com/introducing-constellation/).
## Usage
Install:
```
yarn install
```
Dev:
```
yarn dev
```
Deploy:
```
yarn deploy
```
Try:
```
curl https://your-workers-url -F file=@./images/cat.png
```
## Materials
* `models/squeezenet1_1.onnx` - is from `https://github.com/microsoft/onnxjs-demo/raw/master/docs/squeezenet1_1.onnx`
* `src/imagenet.ts` - is from `https://raw.githubusercontent.com/microsoft/onnxjs-demo/master/src/data/imagenet.ts`
These are distributed under MIT License by Microsoft Corporation.
```
MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
```
## Author
Yusuke Wada
## License
MIT