Dref360 / tuto_keras_web

How to use keras in a web architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

How to use keras in a web architecture

License:MIT License


Languages

Language:Python 100.0%