Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available:
1.45.1
metadata
title: Door and Window Detector
colorFrom: gray
colorTo: blue
sdk: streamlit
app_file: app.py
pinned: false
doors-and-windows
an application that serves inference to detect doors and windows from architecture / floor plans.
step 0: learn to read architecture plans to distinguish between doors and windows. (DONE)
- annotate data and save the labels. (DONE)
- train the model, explain the difference between yolov8n and yolov8s, show which one is better. (DONE)
- api development: will be a little hard. (DONE)
- full cleanup (DONE) + streamlit setup (DONE)
- deployment onto hf spaces + docker. (DONE)
extras:
- linting + formatting.
- mention model stats, like inference time, precision, etc.
- add visualization by integrating wandb / tensorboard (user choice)
- smooth web app and create api contract.