Change CNN package to migrate to Keras API
-
Migrate CNN package to Keras :
- => Create
model.py
to define our Keras Model (CNN model) - => refactor of all file
train.py
to use our Keras Model - => Delete
eval.py
(it was just a copy of train with little changes)
- => Create
- Add config parameters to
app.config
- (to change later) Change the return of routes to get all predictions
- Rename wikipedia corpus to corpus.txt
- PEP8,
conf.py
Edited by Romain Guillot