Akhilies commited on
Commit
d4215bb
1 Parent(s): 2622bac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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)