Voice-driven conversational 3D woodworking & furniture modeler
Go to file
rob 70591ad6fe Initial project setup
Created by development-hub/new-project script
2026-05-29 00:59:35 -03:00
.gitignore Initial project setup 2026-05-29 00:59:35 -03:00
CLAUDE.md Initial project setup 2026-05-29 00:59:35 -03:00
README.md Initial project setup 2026-05-29 00:59:35 -03:00
pyproject.toml Initial project setup 2026-05-29 00:59:35 -03:00

README.md

WoodShop

Voice-driven conversational 3D woodworking & furniture modeler

Installation

pip install -e .

Usage

TODO: Add usage instructions

Documentation

Full documentation is available at: https://pages.brrd.tech/rob/woodshop/

Development

# Clone the repository
git clone https://gitea.brrd.tech/rob/woodshop.git
cd woodshop

# Create virtual environment
python -m venv .venv
source .venv/bin/activate

# Install for development
pip install -e ".[dev]"

# Run tests
pytest

License

TODO: Add license