Skip to content

Instantly share code, notes, and snippets.

@magnusja
Created June 26, 2019 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magnusja/366076ae12aa456c7f5b0dea4693e249 to your computer and use it in GitHub Desktop.
Save magnusja/366076ae12aa456c7f5b0dea4693e249 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "document_classification"
version = "0.1.0"
description = "Generic (scanned) document classification"
authors = ["magnus <magnus@mgns.tech >"]
[tool.poetry.dependencies]
python = "^3.7"
jupyterlab = "^0.35.4"
click = "^7.0"
tqdm = "^4.32.1"
torch = "1.1"
torchvision = "^0.2.2"
requests = "^2.22"
joblib = "^0.13.2"
pyocr = "^0.7.0"
pytorch-pretrained-bert = "^0.6.2"
scipy = "^1.3"
scikit-learn = "^0.20.3"
stop_words = "^2018.7"
[tool.poetry.dev-dependencies]
pytest = "^3.8"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment