Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
---
|
2 |
license: openrail
|
3 |
---
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: openrail
|
3 |
---
|
4 |
+
|
5 |
+
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')
|
6 |
+
evaluate its performance using the command: model.evaluate(img, label)
|