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
- Host: GitHub
- URL: https://github.com/aprimadi/auto-orientation-ai-webapp
- Owner: aprimadi
- Created: 2018-06-14T08:38:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T05:15:42.000Z (about 8 years ago)
- Last Synced: 2025-06-10T00:40:34.540Z (about 1 year ago)
- Topics: deep-learning, flask, keras, machine-learning, neural-network, python, react
- Language: JavaScript
- Size: 229 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```