Sayan Nath

Results 3 issues of Sayan Nath

Hello! * I have replaced the `Camera` and `Camera2` API implementations with fragments with `CameraX`. * Implemented `data binding` as well. * Refactored the code according to that * Managed...

cla: yes
size:XL
awaiting review

## Loading Model in Flutter ``` void _loadModel() async { _interpreter = await Interpreter.fromAsset('asl.tflite'); var inputShape = _interpreter.getInputTensor(0).shape; var outputShape = _interpreter.getOutputTensor(0).shape; print(inputShape); print(outputShape); print('Load Model - $inputShape / $outputShape');...

awaiting-response

# Short Question Description I just want to know where does the Bayesian Optimisation is working for Hyperparameter search? I am currently working on Fairness so I have a query...