Skip to content

Commit 8d2c545

Browse files
committed
fixed requirements for image classifier
1 parent 810e604 commit 8d2c545

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

machine-learning/image-classifier/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
To run this:
33
- `pip3 install -r requirements.txt`
44
- 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:
5+
- 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:
66
```
77
python test.py
88
```
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
keras
1+
keras
2+
matplotlib
3+
numpy

0 commit comments

Comments
 (0)