extend setup.py, add Makefile, gitignore, requirements.txt

This commit is contained in:
Konstantin Baierer 2020-11-20 17:37:35 +01:00
parent 59b2dcb619
commit f229907e41
8 changed files with 235 additions and 15 deletions

7
requirements.txt Normal file
View file

@ -0,0 +1,7 @@
# ocrd includes opencv, numpy, shapely, click
ocrd >= 2.20.1
seaborn >= 0.11.0
keras >= 2.3.1
scikit-learn >= 0.23.2
tensorflow >= 1.15, < 2
imutils >= 0.5.3