Spaces:
Sleeping
Sleeping
req
Browse files- __pycache__/app.cpython-310.pyc +0 -0
- {static/temp β output_folders/20240517_115717}/img_display/images.png +0 -0
- output_folders/20240517_115717/img_display/receipt_19.jpg +0 -0
- {static/temp β output_folders/20240517_115717}/img_display/sample_711.jpg +0 -0
- {static/temp β output_folders/20240517_115717}/img_display/sample_711.jpg_inference.jpg +0 -0
- {static/temp β output_folders/20240517_115717}/img_display/sample_coop.jpg +0 -0
- {static/temp β output_folders/20240517_115717}/img_display/sample_coop.jpg_inference.jpg +0 -0
- {static/temp β output_folders/20240517_115717}/inferenced/csv_files/Output_0.csv +0 -0
- {static/temp β output_folders/20240517_115717}/inferenced/csv_files/Output_1.csv +0 -0
- {static/temp β output_folders/20240517_115717}/inferenced/output.csv +0 -0
- {static/temp β output_folders/20240517_115717}/labeled/Output_0.json +0 -0
- {static/temp β output_folders/20240517_115717}/labeled/Output_1.json +0 -0
- {static/temp β output_folders/20240517_115717}/sample_711_ocr.json +0 -0
- {static/temp β output_folders/20240517_115717}/sample_711_preprocessed.jpg +0 -0
- {static/temp β output_folders/20240517_115717}/sample_coop_ocr.json +0 -0
- {static/temp β output_folders/20240517_115717}/sample_coop_preprocessed.jpg +0 -0
- output_folders/20240517_115717/uploads/receipt_19.jpg +0 -0
- {static/temp β output_folders/20240517_115717}/uploads/sample_711.jpg +0 -0
- {static/temp β output_folders/20240517_115717}/uploads/sample_coop.jpg +0 -0
- requirements+old.txt +17 -0
- requirements.txt +3 -3
- static/temp/img_display/receipt_876.jpg +0 -0
- static/temp/uploads/receipt_876.jpg +0 -0
__pycache__/app.cpython-310.pyc
ADDED
|
Binary file (9.4 kB). View file
|
|
|
{static/temp β output_folders/20240517_115717}/img_display/images.png
RENAMED
|
File without changes
|
output_folders/20240517_115717/img_display/receipt_19.jpg
ADDED
|
{static/temp β output_folders/20240517_115717}/img_display/sample_711.jpg
RENAMED
|
File without changes
|
{static/temp β output_folders/20240517_115717}/img_display/sample_711.jpg_inference.jpg
RENAMED
|
File without changes
|
{static/temp β output_folders/20240517_115717}/img_display/sample_coop.jpg
RENAMED
|
File without changes
|
{static/temp β output_folders/20240517_115717}/img_display/sample_coop.jpg_inference.jpg
RENAMED
|
File without changes
|
{static/temp β output_folders/20240517_115717}/inferenced/csv_files/Output_0.csv
RENAMED
|
File without changes
|
{static/temp β output_folders/20240517_115717}/inferenced/csv_files/Output_1.csv
RENAMED
|
File without changes
|
{static/temp β output_folders/20240517_115717}/inferenced/output.csv
RENAMED
|
File without changes
|
{static/temp β output_folders/20240517_115717}/labeled/Output_0.json
RENAMED
|
File without changes
|
{static/temp β output_folders/20240517_115717}/labeled/Output_1.json
RENAMED
|
File without changes
|
{static/temp β output_folders/20240517_115717}/sample_711_ocr.json
RENAMED
|
File without changes
|
{static/temp β output_folders/20240517_115717}/sample_711_preprocessed.jpg
RENAMED
|
File without changes
|
{static/temp β output_folders/20240517_115717}/sample_coop_ocr.json
RENAMED
|
File without changes
|
{static/temp β output_folders/20240517_115717}/sample_coop_preprocessed.jpg
RENAMED
|
File without changes
|
output_folders/20240517_115717/uploads/receipt_19.jpg
ADDED
|
{static/temp β output_folders/20240517_115717}/uploads/sample_711.jpg
RENAMED
|
File without changes
|
{static/temp β output_folders/20240517_115717}/uploads/sample_coop.jpg
RENAMED
|
File without changes
|
requirements+old.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# git+https://github.com/huggingface/transformers.git
|
| 2 |
+
# git+https://github.com/huggingface/datasets.git
|
| 3 |
+
dill<0.3.5
|
| 4 |
+
seqeval
|
| 5 |
+
accelerate
|
| 6 |
+
flask
|
| 7 |
+
fastai
|
| 8 |
+
# pytesseract==0.3.8
|
| 9 |
+
pillow==9.5.0
|
| 10 |
+
pandas
|
| 11 |
+
tqdm==4.66.1
|
| 12 |
+
gunicorn
|
| 13 |
+
opencv-python-headless
|
| 14 |
+
transformers==4.31.0
|
| 15 |
+
numpy==1.24.3
|
| 16 |
+
datasets==2.14.6
|
| 17 |
+
Werkzeug
|
requirements.txt
CHANGED
|
@@ -114,7 +114,7 @@ mdurl==0.1.2
|
|
| 114 |
mistune==3.0.1
|
| 115 |
ml-dtypes==0.2.0
|
| 116 |
mpmath==1.3.0
|
| 117 |
-
mtcnn @ file:///home/conda/feedstock_root/build_artifacts/mtcnn_1629221401070/work
|
| 118 |
multidict==6.0.4
|
| 119 |
multiprocess==0.70.12.2
|
| 120 |
murmurhash==1.0.10
|
|
@@ -170,7 +170,7 @@ python-multipart==0.0.9
|
|
| 170 |
pytz==2023.3
|
| 171 |
pywin32==306
|
| 172 |
pywinpty==2.0.11
|
| 173 |
-
PyYAML @ file:///D:/bld/pyyaml_1695373635661/work
|
| 174 |
pyzmq==25.1.0
|
| 175 |
referencing==0.30.2
|
| 176 |
regex==2023.8.8
|
|
@@ -249,4 +249,4 @@ wrapt==1.14.1
|
|
| 249 |
wsproto==1.2.0
|
| 250 |
xxhash==3.3.0
|
| 251 |
yarl==1.9.2
|
| 252 |
-
zipp @ file:///home/conda/feedstock_root/build_artifacts/zipp_1689374466814/work
|
|
|
|
| 114 |
mistune==3.0.1
|
| 115 |
ml-dtypes==0.2.0
|
| 116 |
mpmath==1.3.0
|
| 117 |
+
# mtcnn @ file:///home/conda/feedstock_root/build_artifacts/mtcnn_1629221401070/work
|
| 118 |
multidict==6.0.4
|
| 119 |
multiprocess==0.70.12.2
|
| 120 |
murmurhash==1.0.10
|
|
|
|
| 170 |
pytz==2023.3
|
| 171 |
pywin32==306
|
| 172 |
pywinpty==2.0.11
|
| 173 |
+
# PyYAML @ file:///D:/bld/pyyaml_1695373635661/work
|
| 174 |
pyzmq==25.1.0
|
| 175 |
referencing==0.30.2
|
| 176 |
regex==2023.8.8
|
|
|
|
| 249 |
wsproto==1.2.0
|
| 250 |
xxhash==3.3.0
|
| 251 |
yarl==1.9.2
|
| 252 |
+
# zipp @ file:///home/conda/feedstock_root/build_artifacts/zipp_1689374466814/work
|
static/temp/img_display/receipt_876.jpg
ADDED
|
static/temp/uploads/receipt_876.jpg
ADDED
|