Installation Guide
This guide will help you install the necessary software and dependencies for the project.
Prerequisites
Before you begin, ensure you have met the following requirements:
You have a Windows/Linux/Mac machine.
You have Python 3.6 or higher installed.
Steps
Install the package:
Open your terminal and run one of the following commands based on your preferred method:
Using pip:
pip install image-transformer
Using conda:
conda install -c conda-forge image-transformer
Cloning the repository:
git clone https://github.com/raideno/image-transformer.git
Enjoy:
The package can be used either through cli commands or directly in a python program just like any other library.
For more details, visit the GitHub page.
Troubleshooting
If you encounter any issues during installation, please refer to the project’s README file or open an issue on the project’s GitHub page.