agalma / word2vec.py

Commit History

removed forms for first 2 tabs and used cache to make program faster
cdb0a70

Mark7549 commited on

nn function now compares vectors of target word only with vectors within the same model
8fb441e

Mark7549 commited on

for nearest neighbours tab, the program check if word exists in a model before continuing
7088ca8

Mark7549 commited on

Created 3d graph functionality, not optimal yet
7b3478d

Mark7549 commited on

add xlsxwriter to word2vec.py
d734e6b

Mark7549 commited on

added check for non existing path in tmp file creation
336b5df

Mark7549 commited on

Made output of nearest neighbours downloadable
b24ad56

Mark7549 commited on

Added cosine similarity front-end
bdf0a5e

Mark7549 commited on

Added option to select models to search word in
169869e

Mark7549 commited on

converted nearest neighbours from gradio to streamlit
14c3a4f

Mark7549 commited on

Migrated from gradio to streamlit
0d0f07a

Mark7549 commited on