Closed alexey-krasnov closed 3 months ago
Hi @alexey-krasnov ,
Thanks a lot for this.
Could you please update your commit messages to conventional commits? After that, I could look into this pull request. https://www.conventionalcommits.org/en/v1.0.0/
Hi @Kohulan, thanks for the message.
I've changed the title and message accordingly. If it needs further improvement please let me know!
Best, Aleksei
Hi @Kohulan, thanks for the message.
I've changed the title and message accordingly. If it needs further improvement please let me know!
Best, Aleksei
Thanks a lot I will look into this
Implemented support for
predict_SMILES()
to accept numpy arrays representing images. The function now allows users to pass either a file path or a numpy array as theimage_input
parameter.Breaking Change: The parameter
image_path
has been renamed toimage_input
. This parameter now accepts either a string (file path) or a numpy array representing the image.Example usage:
New usage with file path
smiles = predict_SMILES(image_input='path_to_image_file')