.. _street_processors_example: Image Processors ================ Image processors are modules for determining information from images, e.g. roof shape, occupancy. All image processors have a method **predict(ImageSet)** which will return the information predicted for the ImageSet provided. The following example can be used to test the different processors that utilize street level images of buildings, e.g. NFloorDetector. .. literalinclude:: brails_street_processors.py :language: python :linenos: To run for example the **brails_street_processors.py** script for Berkeley, CA the following would be issued frm a terminal window: .. code-block:: python3 brails_street_processors.py USA_FootprintScraper "Larkspur, CA" NSFloorDetector and the application would produce two predictions: .. literalinclude:: output.txt :linenos: .. raw:: html
Processor Colab Link
NFloorDetector
NFloorsGPT
NFloorsVLM
VLM_Segmenter
ChimneyDetector
RoofShapeClassifier
RoofShapeClassifier
OccupancyClassifier
YearBuiltClassifier
.. note::