SignSeq-exp-001 / README.md
JacobLinCool's picture
Upload folder using huggingface_hub
a95ac8a verified
# 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 .
```