https://github.com/flurixoww/background_fitches
https://github.com/flurixoww/background_fitches
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flurixoww/background_fitches
- Owner: flurixoww
- Created: 2023-12-20T21:09:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T15:14:00.000Z (over 1 year ago)
- Last Synced: 2023-12-29T21:20:54.690Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 38.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Manual(Same with remover)
For correct operation of the application you need
1. Python 3.10 or newer( [python.org](https://www.python.org/) )
2. Pytorch latest version( https://pytorch.org/get-started/locally/ )
3. Open-CV latest version( pip install opencv-python )
4. Numpy( pip install numpy )
5. PIL( pip install Pillow )
----
After installing all frameworks you have to install one of these files.
- back_blur.ipynb
- blur_cmd.py
---
# Instruction
### Using blur_cmd.py as an example.
- After installing all frameworks open CMD with administrator rights.
- Then open blur_cmd.py( py blur_cmd.py )
- Insert full path to your picture ( like this C:\Users\fluri\Pictures\Screenshots\123.jpg )
- Wait a 15-30 seconds.
- When the program finishes its work it will close, and your blurred picture will be saved in directory with this program.