Projects
Projects allow you to organize your code, datasets, and model weights into cohesive units. Each project is defined by a torch.json manifest file.

Project Structure
A typical torch.js project includes:
src/: Your TypeScript source code.data/: Binary datasets or weights.torch.json: The project manifest containing metadata and dependencies.