Skip to content

Releases: ScilifelabDataCentre/streamlit-image-to-smiles

Version 1.0.0

09 Jan 16:29
v1.0.0
4e33a97
Compare
Choose a tag to compare

Predict SMILES encodings of chemical structure depictions in images

Contains code for a web app that allows users to either upload an image file or take a picture using their webcam and get a prediction the chemical structure depicted in the image in SMILES notation.

This application was built using the Streamlit framework (Apache 2.0 license). It is using the DECIMER Image Transformer (MIT license) model to make predictions (as implemented in the DECIMER Python package). In addition, the application allows to edit the predicted SMILES using the web-based molecule sketcher Ketcher (Apache 2.0 license).