From c80e07fc10bfc50d1046cc54e71601209442fcd6 Mon Sep 17 00:00:00 2001 From: 0xffset Date: Wed, 30 Oct 2024 08:23:20 -0400 Subject: [PATCH] add requirements.txt --- requirements.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b4a5502 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,12 @@ +gdown==5.2.0 +gradio==5.4.0 +ipython==8.12.3 +matplotlib==3.9.2 +numpy==2.1.2 +Pillow==11.0.0 +protobuf==5.28.3 +pytesseract==0.3.13 +Requests==2.32.3 +tensorflow==2.15.0 +tensorflow_text==2.15.0 +tqdm==4.66.6 \ No newline at end of file