CUTIE
CUTIE (TensorFlow implementation of Convolutional Universal Text Information Extractor)
File Explorer
Download Latest Version (.zip)- CUTIE.iml
- misc.xml
- modules.xml
- vcs.xml
- workspace.xml
- org.eclipse.core.resources.prefs
- model_cutie_att.py
- model_cutie_dilate.py
- model_cutie_fpn8.py
- model_cutie_res.py
- model_cutie_res16.py
- model_cutie_res_att.py
- model_cutie_res_att_bert.py
- model_cutie_sep.py
- model_cutie_unet8.py
- 20000T_classes.npy
- 20000T_dictionary.npy
- 20000T_index_to_word.npy
- 20000T_word_to_index.npy
- 20000TC_classes.npy
- 20000TC_dictionary.npy
- 20000TC_index_to_word.npy
- 20000TC_word_to_index.npy
- 40000_classes.npy
- 40000_dictionary.npy
- 40000_index_to_word.npy
- 40000_word_to_index.npy
- SROIE_classes.npy
- SROIE_dictionary.npy
- SROIE_index_to_word.npy
- SROIE_word_to_index.npy
- SROIEnc_classes.npy
- SROIEnc_dictionary.npy
- SROIEnc_index_to_word.npy
- SROIEnc_word_to_index.npy
- table_classes.npy
- table_dictionary.npy
- table_index_to_word.npy
- table_word_to_index.npy
- vocab.txt
- Faktura1.pdf_0.jpg
- Faktura1.pdf_0.json
- Faktura1.pdf_1.jpg
- Faktura1.pdf_1.json
- chart.jpg
- example_1.jpg
- example_2.jpg
- TrainingStatistic.xlsx
- .gitignore
- .project
- .pydevproject
- bert_embedding.py
- data
- data_loader_json.py
- download_data.py
- export_data.py
- helper.py
- main_build_dict.py
- main_data_tokenizer.py
- main_evaluate_json.py
- main_train_json.py
- model_cutie.py
- model_cutie2.py
- model_cutie2_aspp.py
- model_cutie2_dilate.py
- model_cutie2_fpn.py
- model_cutie_aspp.py
- model_cutie_hr.py
- model_cutie_res_bert.py
- model_framework.py
- README.md
- requirements.txt
- tokenization.py
- utils.py
# Installation Guide
1. Get the code
git clone https://github.com/vsymbol/CUTIE
Downloads the entire project code from GitHub to your computer.
cd CUTIE
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
