How do I convert a tflite model to config.json, model.bin etc

I have a model (model.tflite)

How do I convert it to config.json, model.bin etc?

I tried:

tflite_support.metadata.convert_to_json(metadata_buffer)

but was unsuccessful.

Any help and advice would be appreciated, thanks.