Klebert-Engineering / deep-spell-9

Neural Spellcheck, Autocomplete and Fuzzy-match for SQLite FTS5 🤖
MIT License
2 stars 0 forks source link

Deep Spell integration with MVO #38

Closed josephbirkner closed 2 years ago

josephbirkner commented 6 years ago

As a start for a full-scale demonstrator, the deepspell server could be plugged into the MVO session server. Also, investigate translation of deepspell to FTX, with tensorflow models translated either to C++ or TensorFlow XLA.

fklebert commented 6 years ago

Maybe you want to consider using SavedModel as the standard way to transfer tensorflow models from python to C++. See https://www.tensorflow.org/programmers_guide/saved_model#overview_of_saving_and_restoring_models