From 90477afa60f8c43565e19dd58ceee5a690fde70b Mon Sep 17 00:00:00 2001 From: Farahinha00 <151730453+Farahinha00@users.noreply.github.com> Date: Fri, 19 Apr 2024 14:16:36 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acdb72db3..d7f69a62e 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Install the module Recommended way: ```shell -pip install --upgrade git+https://github.com/divamgupta/image-segmentation-keras +pip install --upgrade git+https://github.com/Farahinha00/image-segmentation-keras ``` ### or From f330b964193128985c49193745542d23d0634022 Mon Sep 17 00:00:00 2001 From: Farahinha00 <151730453+Farahinha00@users.noreply.github.com> Date: Sun, 21 Apr 2024 21:14:45 +0200 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index a94777a86..08abb3223 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,15 @@ -numpy h5py -tqdm -keras>=2.3.0 +#tqdm +#keras>=2.3.0 tensorflow>=2.2 -opencv-python -tqdm +#opencv-python imageio>=2.5.0 -imgaug>=0.4.0 +imgaug==0.2.9 +fastapi==0.110.1 +keras_segmentation==0.3.0 +numpy==1.26.4 +Pillow==10.3.0 +Requests==2.31.0 +streamlit==1.33.0 +uvicorn==0.29.0 +gunicorn