Skip to content

fullstackcrypto/buildwise-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuildWise CLI

Intelligent construction calculator suite with AI-powered estimation and SaaS capabilities.

BuildWise CLI

Features

  • Material Calculators: Concrete, lumber, steel, and more
  • AI-Powered Estimation: Leverage machine learning for cost and material predictions
  • Unit Conversion: Seamlessly convert between imperial and metric units
  • Job Estimation: Complete project cost breakdowns
  • Terminal UI: Beautiful, responsive interface for desktop and mobile terminals
  • SaaS Integration: Cloud-based storage and synchronization

Installation

# From PyPI (Coming soon)
pip install buildwise-cli

# From source
git clone https://github.com/fullstackcrypto/buildwise-cli.git
cd buildwise-cli
pip install -e .
# Calculate concrete needed for a slab
buildwise concrete --length 10 --width 10 --depth 0.5 --unit feet

# Generate a cost estimate with AI
buildwise estimate --project-type residential --area 2000 --unit sqft

# Save a project to the cloud (requires account)
buildwise project save --name "Smith Residence" --location "Phoenix, AZ"
# Clone repository
git clone https://github.com/fullstackcrypto/buildwise-cli.git
cd buildwise-cli

# Set up environment 
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install development dependencies
poetry install

# Run tests
pytest

# Run linting
black src tests
isort src tests
License
MIT
Author
Ready-Set Solutions
[email protected]

About

Intelligent construction calculator suite with AI-powered estimation and SaaS capabilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published