/tuto_keras_web

How to use keras in a web architecture

Primary LanguagePythonMIT LicenseMIT

How to use Keras in a web server

This project is a minimal exemple on how to use a Keras model in a web server. I hope this helps!

NOTE Since it's just an example, gpu are not enabled. Delete the line here to activate GPUs.

Requirements

  • Keras
  • Flask
  • Opencv3

How to run

  • Start the server python web.py
  • Send a request (I recommend Postman)
  • You should get a response with an imagenet class.