Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arrafi-musabbir authored Dec 26, 2023
1 parent ce55efa commit ede8a32
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ This is a desktop application that utilizes `mediapipe` library for pose estimat

The application is being developed by `pyqt5` library and deployed in an [Intel NUC mini pc](https://www.intel.com/content/www/us/en/products/details/nuc/mini-pcs/products.htm) which maintains serial communication with a coin-dispenser machine. The serial communication protocol can be found here: [communication-protocol](https://github.com/arrafi-musabbir/squat-detection-application/blob/main/hopper_communication.txt)

### Try the app yourself:
* Clone the repository
```
git clone https://github.com/arrafi-musabbir/squat-counting-application.git
```
* Go the clone directory and install the requirements
```
pip install -r requirements.txt
```
* Run the app
```
python app.py
```

####

| GUI workflow | Squat Detection in Backend |
Expand Down

0 comments on commit ede8a32

Please sign in to comment.