uartimcs commited on
Commit
cc6124f
·
verified ·
1 Parent(s): c6358d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -9,3 +9,10 @@ This is a FYP project for document parsing of logistics shipping documents for s
9
 
10
  Latest update on the version of modules used to continue run the program.
11
 
 
 
 
 
 
 
 
 
9
 
10
  Latest update on the version of modules used to continue run the program.
11
 
12
+ Use case:
13
+ Extract key datafields from shipping documents generated from ten different shipping lines.
14
+
15
+ - donut.zip (Original Donut Model + Labelled Booking Dummy Datasets + Config Files)
16
+ - sample-image-to-play.zip (Excess dummy datasets used to play and test the model)
17
+ - donut-booking-train.ipynb (Train the model in Colab using T4 TPU / A100 GPU environemnt)
18
+ - donut-booking-run.ipynb (Run the model in Colab using gradio using T4 TPU / A100 GPU environemnt)