/EstateVision

Extracting insights from real estate.

Primary LanguageJupyter Notebook

Estate Vision Tests

EstateVision

EstateVision is a powerful tool for extracting valuable insights from the world of real estate.

Features

Currently EstateVision supports the following features:

  • Classifying real estate roof ages

Getting Started

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