Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msrks/keras_num_pred
kerasで手書き文字認識アプリ https://msrks-numpred.herokuapp.com
https://github.com/msrks/keras_num_pred
d3js deep-learning flask keras tensorflow
Last synced: 3 months ago
JSON representation
kerasで手書き文字認識アプリ https://msrks-numpred.herokuapp.com
- Host: GitHub
- URL: https://github.com/msrks/keras_num_pred
- Owner: msrks
- Created: 2017-04-21T05:18:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T05:58:10.000Z (over 7 years ago)
- Last Synced: 2024-10-17T06:47:09.125Z (3 months ago)
- Topics: d3js, deep-learning, flask, keras, tensorflow
- Language: JavaScript
- Homepage:
- Size: 4.84 MB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Handwritten Number Prediction
Number Prediction Web Apps with keras, flask, d3.js
## Requirement
numpy, matplotlib, tensorflow, keras, flask
## Usage
```
$ python app.py
```## Train DNN
```
$ python train.py
```## NN Archtecture
![](fig/model_cnn.png)