image-pluser-webui/README.md

57 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2023-04-15 14:44:32 +03:00
# Image-Pluser WebUI Application
2023-04-21 14:24:41 +03:00
Image-Pluser is a Web User Interface (WebUI) application that allows users to process photos and videos in a variety of ways.
2023-04-15 14:44:32 +03:00
## Getting Started
To run Image-Pluser, follow these steps:
2023-04-21 14:38:57 +03:00
0. Install ffmpeg (only for vid2imgs and imgs2vid)
2023-04-15 14:44:32 +03:00
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`
2023-04-21 14:24:41 +03:00
5. Access the application by visiting <http://localhost:7860/> in your web browser.
2023-04-15 14:44:32 +03:00
### one-click-installers
2023-04-21 14:38:57 +03:00
Just download and run the file in `scripts/one-click` (you need git, ffmpeg and python3).
2023-04-15 14:44:32 +03:00
2023-04-21 14:24:41 +03:00
## Available Stacking Methods
2023-04-15 14:44:32 +03:00
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)
2023-04-21 14:24:41 +03:00
3. Untrack: Removes stars from the sky (pictures should not move)
4. Noise extractor: Gets all the noise in the image (actually makes nonsense)
2023-04-15 14:44:32 +03:00
2023-04-21 14:38:57 +03:00
## Available Bulk Methods
1. Edge detection
2. Canny edge detection
3. Sharpen
## Other features
1. Imgs to video
2. Video to images
2023-04-21 14:24:41 +03:00
## Examples
2023-04-15 14:44:32 +03:00
Denoise
![denoise](imgs/examples/denoise.png)
2023-04-21 14:24:41 +03:00
![denoise2](imgs/examples/denoise2.png)
2023-04-15 14:44:32 +03:00
StarTracks
![startracks](imgs/examples/startracks.png)
Ui
![ui](imgs/examples/ui.png)
2023-04-21 14:24:41 +03:00
## Contributing
2023-04-15 14:44:32 +03:00
Contributions to Image-Pluser are welcome! If you would like to contribute, please fork the repository and submit a pull request.
2023-04-21 14:24:41 +03:00
## License
2023-04-15 14:44:32 +03:00
This project is licensed under the MIT License. See the `LICENSE` file for details.