Sentdex commited on
Commit
f68d69c
1 Parent(s): a5b09d0

Rename packages.txt to requirements.txt

Browse files
Files changed (2) hide show
  1. packages.txt +0 -1
  2. requirements.txt +7 -0
packages.txt DELETED
@@ -1 +0,0 @@
1
- python3-opencv
 
 
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ python3-opencv
2
+ timm
3
+ torch~=1.8
4
+ torchvision
5
+ opencv-python-headless
6
+ numpy
7
+ Pillow