Theivaprakasham commited on
Commit
3423e4b
1 Parent(s): def6f37

Add layout detection app.py

Browse files
Files changed (2) hide show
  1. packages.txt +5 -0
  2. requirements.txt +2 -1
packages.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ ffmpeg
2
+ libsm6
3
+ libxext6 -y
4
+ libgl1
5
+ -y libgl1-mesa-glx
requirements.txt CHANGED
@@ -3,4 +3,5 @@ layoutparser==0.3.2
3
  layoutparser[effdet]
4
  torch
5
  torchvision
6
- torchaudio
 
 
3
  layoutparser[effdet]
4
  torch
5
  torchvision
6
+ torchaudio
7
+ opencv-python-headless==4.5.3.56