https://github.com/artegoser/image-pluser-webui
Image/video processing tool
https://github.com/artegoser/image-pluser-webui
image image-processing stacking-images
Last synced: 3 months ago
JSON representation
Image/video processing tool
- Host: GitHub
- URL: https://github.com/artegoser/image-pluser-webui
- Owner: artegoser
- License: mit
- Created: 2023-04-15T11:44:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T14:51:00.000Z (over 1 year ago)
- Last Synced: 2024-03-17T15:48:11.299Z (over 1 year ago)
- Topics: image, image-processing, stacking-images
- Language: Python
- Homepage:
- Size: 2.49 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image-Pluser WebUI Application
Image-Pluser is a Web User Interface (WebUI) application that allows users to process photos and videos in a variety of ways.
## Getting Started
To run Image-Pluser, follow these steps:
0. Install ffmpeg (only for vid2imgs and imgs2vid)
1. Clone the repository: `git clone https://github.com/artegoser/image-pluser-webui.git`
2. Create venv: `python -m venv venv`
3. Install the necessary dependencies: `pip install -r requirements.txt`
4. Run the application: `python app.py`
5. Access the application by visiting in your web browser.### one-click-installers
Just download and run the file in `scripts/one-click` (you need git, ffmpeg and python3).
## Available Stacking Methods
1. Denoising: Removes noise from the image (pictures should not move)
2. StarTracks: Creates star tracks (the pictures should show the sky, which gradually moves)
3. Untrack: Removes stars from the sky (pictures should not move)
4. Noise extractor: Gets all the noise in the image (actually makes nonsense)## Available Bulk Methods
1. Edge detection
2. Canny edge detection
3. Sharpen## Other features
1. Imgs to video
2. Video to images## Examples
Denoise

StarTracks
Ui
## Contributing
Contributions to Image-Pluser are welcome! If you would like to contribute, please fork the repository and submit a pull request.
## License
This project is licensed under the MIT License. See the `LICENSE` file for details.