Hey there, I'm struggling to find a way of creating a tensorflow model from a Gensim fastText model.bin file. I have a small version (25MB) of Facebook's one trained on 7B words (I think words). I need to convert to tensorflow saved_model or keras model so that I can convert to tensorflow.js to use in the browser for finding word associations. Thank you!
#Text classification in the browser
2 messages · Page 1 of 1 (latest)
I saw this example (YouTube video linked in the README.md) if you want inspiration, https://github.com/jobergum/browser-ml-inference