File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -37,4 +37,5 @@ Desktop.ini
37
37
* .msp
38
38
$RECYCLE.BIN /
39
39
Thumbs.db
40
- ehthumbs.db
40
+ ehthumbs.db
41
+ deeplens /.python-version
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ This repository contains the code used during the namesake webinar broadcasted a
33
33
| | └── requirements.txt # Dependencies for the picture capturing function
34
34
│ └── inference
35
35
| └── inference.py # Source code for the inference function
36
+ | └── requirements.txt # Dependencies for the inference function
36
37
├── notebook
37
38
│ └── finger_counting.ipynb # Jupyter notebook to train and deploy the object detection model
38
39
└── trigger # Contains the resources for the application that triggers the picture capture and validation
You can’t perform that action at this time.
0 commit comments