An open API service indexing awesome lists of open source software.

https://github.com/situ2001/image-classification-demo

A simple image classification demo powered by tfjs
https://github.com/situ2001/image-classification-demo

Last synced: 8 months ago
JSON representation

A simple image classification demo powered by tfjs

Awesome Lists containing this project

README

          

# image-classification-demo

Brief: This is a simple image classification demo powered by tfjs.

## Usage

If you are running for the first time, input this command.

```powershell
yarn install
```

Then.

```powershell
yarn run start
```

Then you can visit the demo on `http://localhost:1234`

## Screenshot

![screenshot](screenshot.png)