Categorygithub.com/eugene-shashkov/http-to-keras-api
modulepackage
0.0.0-20241204195019-f12d8b0a7c86
Repository: https://github.com/eugene-shashkov/http-to-keras-api.git
Documentation: pkg.go.dev

# 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