Development of the inaugural use case for interior decoration space scaling. A reference pattern is utilized to extrapolate the properties of other objects. Depth and perspective considerations are not included at this stage, and will be addressed in forthcoming use cases. Attention: only supports images 800x600 pixels, due to the limitations of the Ultralytics API.
python -m venv fastml
.\fastml\Scripts\activate
python.exe -m pip install --upgrade pip
pip install -r requirements.txt
uvicorn app:app --reload