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
- Host: GitHub
- URL: https://github.com/tjmaynes/image-analyzer-app
- Owner: tjmaynes
- License: mit
- Created: 2023-11-21T00:30:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T04:37:32.000Z (almost 2 years ago)
- Last Synced: 2025-03-13T11:34:10.400Z (over 1 year ago)
- Topics: cloudflare-pages, typescript-react, vite, webapp
- Language: TypeScript
- Homepage: https://image-analyzer.tjmaynes.com
- Size: 2.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```