Understanding AI - App structure
The main.py file is the AI-App entrypoint, here we have defined two functions:
- config function - called when the app configuration gets changed
- execute function - called each time the app is invoked
The pyproject.toml file is used to include the project dependencies like used libraries and frameworks.
The face_input.py contains the python model binding for the FaceInput concept.
The face_output.py contains the python model binding for the FaceOutput concept.
The face_config.py contains the python model binding for the FaceConfig concept.