We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810e604 commit 8d2c545Copy full SHA for 8d2c545
machine-learning/image-classifier/README.md
@@ -2,7 +2,7 @@
2
To run this:
3
- `pip3 install -r requirements.txt`
4
- First, you need to train the model using `python train.py`
5
-- Edit the code in `test.py` for you optimal model weights in `results` folder ( currently empty because you need to train first ) and run:
+- Edit the code in `test.py` for you optimal model weights in `results` folder ( currently does not because you need to train first ) and run:
6
```
7
python test.py
8
machine-learning/image-classifier/requirements.txt
@@ -1 +1,3 @@
1
-keras
+keras
+matplotlib
+numpy
0 commit comments