nosdigitalmedia commited on
Commit
b839031
·
1 Parent(s): ee44db2

Add trained model and dependencies

Browse files
Files changed (2) hide show
  1. model.pkl +3 -0
  2. pyproject.toml +3 -0
model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0eda7b7b95c518db700ec07065dccb02445b4434a693e8b5502f2bc9e54bda2
3
+ size 294301785
pyproject.toml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [build-system]
2
+ requires = ["setuptools>=40.8.0", "wheel", "python=3.9.16", "fastai=2.7.11", "fastcore=1.5.28"]
3
+ build-backend = "setuptools.build_meta:__legacy__"