Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosaerick/pimagekit
PiMageKit is a simple web tool built with Flask for quick image adjustments. Easily remove backgrounds, strip metadata, resize, and crop images. Built as a Python proof of concept for image processing.
https://github.com/rosaerick/pimagekit
flask image-processing image-processing-python python rmbg
Last synced: about 2 months ago
JSON representation
PiMageKit is a simple web tool built with Flask for quick image adjustments. Easily remove backgrounds, strip metadata, resize, and crop images. Built as a Python proof of concept for image processing.
- Host: GitHub
- URL: https://github.com/rosaerick/pimagekit
- Owner: RosaErick
- Created: 2024-03-27T02:46:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T02:56:22.000Z (9 months ago)
- Last Synced: 2024-03-27T03:41:10.596Z (9 months ago)
- Topics: flask, image-processing, image-processing-python, python, rmbg
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PiMageKit
PiMageKit is a compact web tool built with Flask for quick image adjustments. Easily remove backgrounds, strip metadata, resize, and crop images. It serves as a Python proof of concept for image processing.
## Getting Started
### Prerequisites
Ensure you have Python and pip installed on your system.
### Installation
Clone the repository:
```
git clone https://example.com/pimagekit.git
```### Navigate into the project directory:
```
cd pimagekit
```### Install the required dependencies:
```
pip install -r requirements.txt
```### Running PiMageKit
#### Launch the application:
```
python app.py
```Access PiMageKit in your browser at http://127.0.0.1:5000.
### Usage
Upload an Image: Select an image file to upload.
Choose an Action: Pick from removing backgrounds, stripping metadata, resizing, or cropping.
Process: Click "Process" to apply the selected action to your image.
Enjoy tweaking your images with PiMageKit!