pipeless-ai / pipeless

An open-source computer vision framework to build and deploy apps in minutes
https://pipeless.ai
Apache License 2.0
707 stars 32 forks source link

Load configuration on each component individually #9

Closed miguelaeh closed 1 year ago

miguelaeh commented 1 year ago

By loading the configuration on each component we avoid errors on Mac OS and Windows due to the different process forking method.

Fixes #8