Skip to content

Commit 45106b3

Browse files
Rm extraneous packages from requirements.txt, edit .gitignore and add TODOs.
1 parent b527ece commit 45106b3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ __pycache__/
66
# C extensions
77
*.so
88

9+
# OS and Editor stuff
10+
.DS_Store
11+
.vscode
12+
913
# Distribution / packaging
1014
.Python
1115
build/

app/config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
resize_shape: [224, 224]
2-
targets: ['beach', 'city', 'sunset', 'trees']
3-
model_path: "image_classification.h5"
4-
model_url: "https://github.com/CVxTz/FastImageClassification/releases/download/v0.1/image_classification.h5"
5-
model_sha256: "d5cd9082651faa826cab4562f60e3095502286b5ea64d5b25ba3682b66fbc305"
1+
resize_shape: [256, 256]
2+
targets: ['Fire_Images', 'Normal_Images']
3+
model_path: "TODO"
4+
model_url: "TODO"
5+
model_sha256: "TODO"

requirements.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
opencv_python==4.1.1.26
2-
numpy==1.17.3
3-
tensorflow==2.0.1
4-
imgaug==0.3.0
5-
pandas==0.25.2
1+
numpy
2+
tensorflow
63
fastapi==0.49.0
74
PyYAML==5.3
8-
scikit_learn==0.22.2
95
uvicorn
106
python-multipart

0 commit comments

Comments
 (0)