| # SignSeq | |
| ## Project Structure | |
| - `src/`: Core package code (data, model, training, evaluation, utils) | |
| - `scripts/`: Entry-point scripts for training and evaluation | |
| ## Setup | |
| Clone the repository and navigate to the project directory: | |
| ```bash | |
| git clone https://github.com/JacobLinCool/SignSeq.git | |
| cd SignSeq | |
| ``` | |
| Install the project in editable mode: | |
| ```bash | |
| pip install -e . | |
| ``` | |