Akhilies's picture
Update README.md
d4215bb
|
raw
history blame
241 Bytes
metadata
license: openrail

To run the model you need Keras. Load the model to a notebook using the command: model = keras.models.load_model('path/fake_news_detection.h5') evaluate its performance using the command: model.evaluate(img, label)