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

https://github.com/aprimadi/auto-orientation-ai-webapp

Auto Orientation Correction Web Application using Deep Learning
https://github.com/aprimadi/auto-orientation-ai-webapp

deep-learning flask keras machine-learning neural-network python react

Last synced: 2 months ago
JSON representation

Auto Orientation Correction Web Application using Deep Learning

Awesome Lists containing this project

README

          

# How To

## Run Web Server On Development

```
FLASK_APP=app flask run
```

## Re-compile LESS File On Change

```
node_modules/.bin/gulp watch
```

## Run JavaScript Hot Reload Server

```
node_modules/.bin/webpack-dev-server
```