Skip to content

Commit fa8c051

Browse files
author
Guevara
committed
Updated documentation (file tree)
1 parent e83697a commit fa8c051

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ Desktop.ini
3737
*.msp
3838
$RECYCLE.BIN/
3939
Thumbs.db
40-
ehthumbs.db
40+
ehthumbs.db
41+
deeplens/.python-version

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ This repository contains the code used during the namesake webinar broadcasted a
3333
| | └── requirements.txt # Dependencies for the picture capturing function
3434
│ └── inference
3535
| └── inference.py # Source code for the inference function
36+
| └── requirements.txt # Dependencies for the inference function
3637
├── notebook
3738
│ └── finger_counting.ipynb # Jupyter notebook to train and deploy the object detection model
3839
└── trigger # Contains the resources for the application that triggers the picture capture and validation

0 commit comments

Comments
 (0)