Hi atsaleel,
If you only want to test the algorithm, the fast way is to copy the config file generated by BME AI-Studio to an SD card and connect the app to view the results.
If you want to test the algorithm under Arduino, you need to migrate the example https://github.com/boschsensortec/Bosch-BSEC2-Library/blob/master/examples/generic_examples/basic_config_state/basic_config_state.ino of the BSEC package to the Arduino platform. Replace "FieldAir_HandSanitizer/FieldAir_HandSanitizer.h: with your config file.
... View more