Hi all!
I’m a chemist in R&D department of a Japanese company and want to be a data scientist!
I tried to creat my first app, ORD Chemical Reaction Predictor, with Streamlit!
This app can find organic reaction data containing your input compounds from the dataset of over 300,000 entries in the Open Reaction Database.
Even when the compound is not present in the dataset, app attempts products prediction using GPT-3.5 trained on reaction SMILES.
A simple way to use the app is as follows;
- First, let’s access app!
- Draw the structures of the two compounds whose reactions you want to search for! Compound information can be obtained from the PubChem database.
- Press the “Predict” button to explore reaction data from the Open Reaction Database!
Although it is still immature, I would like to further improve its performance in the future.
If you have any questions, I would be happy to answer!
App: ORD Chemical Reaction Predictor - a Hugging Face Space by kumasan681104
Source: GitHub - KatsumiYamashita/ORD_Chemical_Reaction_Predictor
*This app was created by participating in the coaching program of Suguru Tanaka.