-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add streamlit app ersilia-app.py #166
Conversation
Hi @miquelduranfrigola |
This is quite amazing, @Amna-28, well done! A few things:
|
Thank you @miquelduranfrigola , |
Hi @miquelduranfrigola , I see a problem in my app, the models that user can choose from the drop-down are hard coded right now. I want to make use of the class |
Hi @miquelduranfrigola
|
Amazing contribution, @Amna-28 ! I am very impressed. I am merging your PR right away. No need to work on this anymore at this stage. Many thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic first contribution producing a Streamlit App for chemistry models
Thank you very much @miquelduranfrigola, means a lot. |
I have created a simple streamlit app as suggested in issue #126
It has multi-page view that could be used to extend its functionality.
Right now user can choose a model and perform predict and calculate operations on the given input string and display the output.
It also shows the representation of the molecular structure of the input using the rdkit python library as suggested by @GemmaTuron
I would love to hear your feedback and work on your suggestions.