https://github.com/samk13/ml-image-recognition
Created with CodeSandbox
https://github.com/samk13/ml-image-recognition
Last synced: 3 months ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/samk13/ml-image-recognition
- Owner: Samk13
- Created: 2020-07-02T23:15:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T17:36:22.000Z (over 1 year ago)
- Last Synced: 2025-02-16T22:26:29.660Z (over 1 year ago)
- Language: Vue
- Homepage: https://codesandbox.io/s/github/Samk13/ML-image-recognition
- Size: 3.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# ml5-gif-demo


## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).