Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubin-vadim committed Aug 26, 2022
1 parent d9a50c6 commit cf0b0e6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Background-Segmentation
Background Segmentation by OpenCV, Mediapipe and PyQt5

1. [Clone repository](#clone)
2. [Install dependencies](#set_req)
3. [Run application](#run)
4. [Descriprion program](#description)


# <a name="clone">Clone repository</a>
```
git clone https://github.com/Shubin-vadim/Background-Segmentation.git
```

# <a name="set_req">Install dependencies</a>

```
pip3 install -r requirements.txt
```

# <a name="run">Run application</a>

```
python main.py
```

# <a name="description">Description program</a>

he application is designed to represent a specific user background during conferences, meetings, calls with other people, and so on.
It is enough for the user to place the necessary background images in the `imgs` folder. After that, during the conversation, she will be able to switch the background using the keyboard arrows.

0 comments on commit cf0b0e6

Please sign in to comment.