[console_scripts]
run-dialogflow = sic_framework.services.dialogflow:main
run-face-detection = sic_framework.services.face_detection:main
run-face-detection-dnn = sic_framework.services.face_detection_dnn:main
run-face-recognition = sic_framework.services.face_recognition_dnn:main
run-google-stt = sic_framework.services.google_stt.google_stt:main
run-google-tts = sic_framework.services.google_tts.google_tts:main
run-gpt = sic_framework.services.openai_gpt:main
run-object-detection = sic_framework.services.object_detection:main
run-webserver = sic_framework.services.webserver.webserver_component:main
run-whisper = sic_framework.services.openai_whisper_stt:main
