Streamlit App to search similar words - WordFP

Some time ago I had an idea that consists of encoding words in a binary array and thus being able to search for similar words using metrics such as tanimoto index and geometric similarity. Today I turned this idea into a python package and into a streamlit app (one of the best things we have in python) =D.

https://share.streamlit.io/jeffrichardchemistry/wordfp/main/app/app.py

3 Likes

Nice, I have a suggestion, maybe we can save the similar result into a dataframe and show it in page with code like this:

st.table(dataframe)
1 Like

Done!. Thanks for the sugestion :grin:

Good work!

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.