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

https://github.com/tjmaynes/image-analyzer-app

a simple web app for analyzing images using MobileNet
https://github.com/tjmaynes/image-analyzer-app

cloudflare-pages typescript-react vite webapp

Last synced: 26 days ago
JSON representation

a simple web app for analyzing images using MobileNet

Awesome Lists containing this project

README

          

# image-analyzer-app
> a simple web app for analyzing images using MobileNet

## Requirements

- [GNU Make](https://www.gnu.org/software/make)
- [Nodejs](https://nodejs.org/en/)

## Usage

To install project dependencies, run the following command:
```bash
make install
```

To start the application, run the following command:
```bash
make start
```

To run all tests, run the following command:
```bash
make test
```

To deploy the application, run the following command:
```bash
make deploy
```

To seed the database, run the following command:
```bash
make seed
```