A Python project that takes an image file path as input and performs transformations.
- Image Input: The program accepts an image file path.
- Dynamic Processing: Transformations or operations can be applied to the input image.
- Interactive Prompt: The script prompts the user for the file path.
- Clone the repository:
git clone https://github.com/SulaimanNiazi/Image-Power-Transformer.git
- Navigate to the project directory:
cd Image-Power-Transformer
- Install the required dependencies:
py -m pip install -r requirements.txt
Run the Python script:
python '.\Power Transform.py'
The program will prompt for the file path to an image:
Enter the image file path: path/to/image.jpg
Provide the path, and the script will process the image.
- Python 3.7 or higher
- Required Python libraries (install using
requirements.txt
)
Feel free to reach out for collaboration or if you have any questions!