Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatChair committed Jan 20, 2024
1 parent c21b7c5 commit 05b5ecc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
18 changes: 13 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

![image](https://github.com/ThatChair/PoseAnalysis/assets/68354875/b726f0fe-68f7-4e8e-bb24-29b1b0a0d896)


Welcome to PoseAnalysis! This app is been designed for athletes across various disciplines. With the ability to upload and analyze 3D videos of your performance, PoseAnalysis offers a solution for refining techniques, adjusting movements, and coaching. While tailored for tennis and volleyball players, this app can work for a wide range of athletic endeavors.
Welcome to PoseAnalysis! With the ability to upload and analyze 3D videos of your performance, PoseAnalysis offers a
solution for refining techniques, adjusting movements, and coaching. While tailored for tennis and volleyball players,
this app can work for a wide range of athletic endeavors.

## Getting Started

Expand All @@ -13,7 +14,16 @@ The following instructions should get you set up with an installation of the app

### Prerequisites

If you choose to install the universal JAR, you need to have Java 17 installed.
**This app works with Python 3.11 ONLY! (No other versions)**

- Install Java from [here](https://www.java.com/en/download/)
- Install Python 3.11 from the bottom of [this page](https://www.python.org/downloads/release/python-3117/)
- Run the following commands:

```
python3.11 -m pip install opencv-python
python3.11 -m pip install mediapipe
```

### Installing

Expand Down

0 comments on commit 05b5ecc

Please sign in to comment.