Skip to content

richard9219/predict_api_by_flask-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

predict_api_by_flask-tensorflow

Train
python3 train.py
Server
python3 predict.py

API Request

POST:http://127.0.0.1:5555/predict

  • Body:
{
  "g1":1,
  "g2":0,
  "g3":1,
  "g4":0,
  "g5":1,
  "g6":1,
  "g7":0,
  "g8":1,
  "g9":1,
  "g10":1
}
  • Response:
HTTP/1.1 200 OK
{
  "prediction": "[[0.8754984]]",
  "success": true
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages