# README
HTTP TO KERAS API
- API Gives possibility to send json data to golang server and send it further to keras python script
- Checking if model is created method
- HTTP method to make prediction
- Docker image ready
/trainmodel
method gives possibility to train model by sending json data in one request. Learning process will be started automaticly
POST /trainmodel
/ismodelexist
"Is model exist" method is checking if learning finished and .h5 file is created
POST /ismodelexist
/prediction
method Making prediction with existed model
POST /prediction
# Packages
No description provided by the author