Experiment - TensorFlow.js conversion
Problem:You have a TensorFlow model trained in Python that you want to use in a web browser with TensorFlow.js.
Current Metrics:Model trained with 95% accuracy on test data in Python environment.
Issue:The model is not yet converted to TensorFlow.js format, so it cannot run in the browser.