def real_estate_app():
return """
Introduction
This app allows you to upload an image and test the detections aswell as download the configured executable script
Information:
- Test Detection Algorithm: In this demo you can easily test the accuracy of the detection algorithm by uploading photos with cars and humans
- Customize and Download Script: You can download the personlized executable script directly from here.
"""
def real_estate_app_hf():
return """
About this Demo
How to use:
- Testing: Simply upload any image with humans and cars, click apply and predict button
- Downloading the Script: You can set the destination folder, source folder and other settings to your choice via the GUI and click donwload button to download the finished executable python script.
"""