Skip to content

app that will train and predict mnist data using a keras model model

Notifications You must be signed in to change notification settings

thebeancounter/flask_keras_train_and_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#!/usr/bin/env bash
#use the command $sudo sh readme
python3 -m pip install --user virtualenv
python3 -m virtualenv ./env
./env/bin/pip3 install -r requirements.txt

About

app that will train and predict mnist data using a keras model model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages