Computer Vision Model for Identifying Traditional Bolivian Architectural Styles
An end-to-end computer vision system for architectural heritage classification
Develop an automated system to identify and classify traditional Bolivian architectural styles, including indigenous Cholet buildings, Adobe houses, Standard residential homes, and modern Buildings - preserving cultural heritage through AI.
Built a custom object detection model using Roboflow 3.0, integrating AWS S3 for scalable data storage and Stable Diffusion for synthetic data generation to augment the training dataset.
Achieved 98.1% precision and 96.5% recall across 721 annotated images, enabling automated architectural analysis for urban planning, cultural preservation, and real estate applications.
Modern cloud-native tools for scalable ML development
Cloud storage for dataset management
Synthetic image generation
ML platform for training & deployment
Data pipeline automation
Performance results demonstrating model effectiveness
End-to-end data pipeline and model workflow
Internet + S3 + Stable Diffusion
Manual labeling in Roboflow
Roboflow 3.0 Fast Model
Cloud-hosted inference
Systematic approach from data collection to model deployment
Gathered 721 images from multiple sources including public repositories and internet sources. Stored dataset in AWS S3 bucket for scalable access and integrated with Roboflow for automated batch uploading.
Implemented Stable Diffusion in SageMaker Studio Lab to generate additional training images, addressing class imbalance and expanding dataset diversity for more robust model training.
Manually labeled all images using Roboflow's annotation tools (Polygon, Smart Polygon, Bounding Box) to define 4 architectural classes: Cholet, Adobe, Standard, and Building.
Trained Roboflow 3.0 Fast model with 100 epochs, 16 batch size, and 80/10/10 train/validation/test split. Achieved 98.1% precision and 96.5% recall through iterative optimization.
Real-world classification examples showcasing model accuracy
Confidence: 70-90%
Modern high-rise building successfully detected with precise bounding box localization.
Confidence: 87%
Traditional Andean architecture recognized with distinctive color patterns and structural elements.
Confidence: 88%
Traditional adobe construction identified by characteristic earthen materials and rural setting.
Confidence: 88%
Contemporary residential architecture classified with high confidence and accurate localization.
Insights gained throughout the project lifecycle
The Edificio class had 396 annotations vs 197 for Estándar, requiring careful monitoring for potential bias. Implemented data augmentation and synthetic generation to address this challenge.
Successfully orchestrated AWS S3, Roboflow API, and Stable Diffusion across multiple cloud platforms, demonstrating proficiency in distributed ML workflows.
Chose Roboflow 3.0 Fast model balancing inference speed with accuracy requirements. Optimal for real-time architectural analysis applications.