Skip to content

Commit

Permalink
Move to HF
Browse files Browse the repository at this point in the history
  • Loading branch information
IliaLarchenko committed Apr 3, 2024
1 parent d62f082 commit eaa96b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ This service is created to demonstrate abilities of the [Albumentations](https:/
[Link to my article about augmentations selection and why this service can be useful](https://towardsdatascience.com/explore-image-augmentations-using-a-convenient-tool-a199b4ac8214)

## Easy start
I don't actively support this tool anymore but you can run it locally or use one of the deployed instances.

If you would like to run the service locally follow the installation instruction.

You can find the online version of this tool here: [https://albumentations-demo.herokuapp.com/](https://albumentations-demo.herokuapp.com/) but I don't actively support it anymore.
You can find the online version of this tool here: [https://albumentations-demo.herokuapp.com/](https://albumentations-demo.herokuapp.com/) (it will be stopped soon).

It is also deployed as a Hugging Face space: [https://huggingface.co/spaces/ilarchenko/albumentations-demo](https://huggingface.co/spaces/ilarchenko/albumentations-demo)

As alternative you can use the fork supported and deployed by the Albumentations team [https://demo.albumentations.ai/](https://demo.albumentations.ai/)

Expand Down
3 changes: 3 additions & 0 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ def main():
# show title
st.title("Demo of Albumentations")

st.write("I have deployed this service as a Hugging Face Space: [https://huggingface.co/spaces/ilarchenko/albumentations-demo] (https://huggingface.co/spaces/ilarchenko/albumentations-demo) please, check it out!")
st.wtire("The version deployed here on Heroku will be deprecated soon.")

# show the images
width_transformed = int(
width_original / image.shape[1] * augmented_image.shape[1]
Expand Down

0 comments on commit eaa96b7

Please sign in to comment.