keras-team / keras-preprocessing

Utilities for working with image data, text data, and sequence data.
Other
1.02k stars 444 forks source link

how to deploy keras model machine translation on flask #285

Open BlackSnow76 opened 4 years ago

BlackSnow76 commented 4 years ago

hi everyone

i have trained the model build with keras which is for translation eng-to-fre i want to deploy it using flask i mean i do not what i have to do with pre-trained model to be use in flask

what do i have to with the model or how the mode should be trained and how use the saved model int flask