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 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