https://github.com/fanweixiao/yomo-wasmedge-image-recognition
https://github.com/fanweixiao/yomo-wasmedge-image-recognition
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fanweixiao/yomo-wasmedge-image-recognition
- Owner: fanweixiao
- License: mit
- Created: 2021-06-20T02:04:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-19T16:53:02.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T13:47:17.254Z (4 months ago)
- Size: 37.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yomo-app-image-recognition-example
## Getting Started
### 1. Install CLI
```bash
$ go install github.com/yomorun/cli/yomo@latest
```#### Verify if the CLI was installed successfully
```bash
$ yomo -vYoMo CLI version: v0.0.1
```
You can also download the yomo file: [yomo](https://github.com/yomorun/yomo-app-image-recognition-example/releases/download/v0.1.0/yomo)
### 2. Zipper
#### Run
```bash
$ yomo serve -c ./zipper/workflow.yaml
```### 3. Flow
#### Run
```bash
$ cd flow
$ go get -u github.com/second-state/WasmEdge-go/wasmedge
$ go run --tags tensorflow app.go
```Should be run in LINUX.
### 4.Source
#### Run
```bash
$ go run ./source/main.go ./source/hot-dog.mp4
```download the mp4 file: [hot-dog.mp4](https://github.com/yomorun/yomo-app-image-recognition-example/releases/download/v0.1.0/hot-dog.mp4) , and save to source directory.