An open API service indexing awesome lists of open source software.

https://github.com/flurixoww/background_fitches


https://github.com/flurixoww/background_fitches

Last synced: 3 months ago
JSON representation

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.