Package to handle image transformations
Project description
Sinapsis Image Transforms
Templates for applying image transformations using Albumentations.
🐍 Installation • 📦 Packages • 🌐 Webapp • 📙 Documentation • 🔍 License
This mono repo contains the sinapsis-albumentations package, featuring an extensive collection of templates for image transformation supported by the Albumentations library.
🐍 Installation
Install using your package manager of choice. We encourage the use of uv
Example with uv:
uv pip install sinapsis-albumentations --extra-index-url https://pypi.sinapsis.tech
or with raw pip:
pip install sinapsis-albumentations --extra-index-url https://pypi.sinapsis.tech
📦 Packages
Sinapsis albumentations
The Sinapsis Albumentations package provides a collection of templates for applying image transformations using Albumentations.
For specific instructions and further details, see the sinapsis-albumentations README.
🌐 Webapp
The webapp provides an interactive interface to visualize and experiment with image transformations in real time.
[!IMPORTANT] To run the app you first need to clone this repository:
git clone git@github.com:Sinapsis-ai/sinapsis-image-transforms.git
cd sinapsis-image-transforms
[!NOTE] If you'd like to enable external app sharing in Gradio,
export GRADIO_SHARE_APP=True
🐳 Docker
- Build the sinapsis-image-transforms image:
docker compose -f docker/compose.yaml build
- Start the app container:
docker compose -f docker/compose_apps.yaml up sinapsis-albumentations-gradio -d
- Check the status:
docker logs -f sinapsis-albumentations-inference-gradio
- The logs will display the URL to access the webapp, e.g.:
NOTE: The url can be different, check the output of logs
Running on local URL: http://127.0.0.1:7860
- To stop the app:
docker compose -f docker/compose_apps.yaml down
💻 UV
To run the webapp using the uv package manager, please:
- Create the virtual environment and sync the dependencies:
uv sync --frozen
- Install the wheel:
uv pip install sinapsis-image-transforms[all] --extra-index-url https://pypi.sinapsis.tech
- Run the webapp:
uv run webapps/gradio_albumentations_transforms_visualizer.py
- The terminal will display the URL to access the webapp, e.g.:
NOTE: The url can be different, check the output of the terminal
Running on local URL: http://127.0.0.1:7860
📙 Documentation
Documentation for this and other sinapsis packages is available on the sinapsis website
Tutorials for different projects within sinapsis are available at sinapsis tutorials page
🔍 License
This project is licensed under the AGPLv3 license, which encourages open collaboration and sharing. For more details, please refer to the LICENSE file.
For commercial use, please refer to our official Sinapsis website for information on obtaining a commercial license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sinapsis_image_transforms-0.2.7.tar.gz.
File metadata
- Download URL: sinapsis_image_transforms-0.2.7.tar.gz
- Upload date:
- Size: 21.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95e74c2a93a75839a26849e0a227c3a851bdf17c61ad1f25ca5ad9618dbbe2cb
|
|
| MD5 |
0441c7286f22e2bba3b48f6ebcfd08cb
|
|
| BLAKE2b-256 |
80a6e288315ec6d89cccb1e90a96007dd7b9ef25cab5e011b5a3ebe3a95c4f8a
|
File details
Details for the file sinapsis_image_transforms-0.2.7-py3-none-any.whl.
File metadata
- Download URL: sinapsis_image_transforms-0.2.7-py3-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
426d9c9f0cd8c10f0296c2fc0be1076b3faa2c0433dab48c0879f799b7cd4c5e
|
|
| MD5 |
216c19b6553be1940272d5a486a69265
|
|
| BLAKE2b-256 |
6484bc36ab41103f6bcf3ac9e8cc9fbbdcf7c313d4ff76c0862c391d929a2255
|