EstateVision is a powerful tool for extracting valuable insights from the world of real estate.
Currently EstateVision supports the following features:
- Classifying real estate roof ages
Before you begin, please make sure you have Conda installed.
conda create --name estatevision python=3.9
conda activate estatevision
Install required packages:
pip install -r requirements.txt
Configure Pre-Commit hooks:
pre-commit install