Custom built SBCL and using spaCy and TensorFlow in Common Lisp
markwatson.com
Here are some of my of my recent notes that might save you some time, or teach you a new trick. I have had good results using the py4cl library if I wrap API calls to TensorFlow or spaCy in a short Python library that calls Python libraries and returns results in simple types like strings and dictionaries. I just committed a complete example (Python library and Common Lisp client code) to the public repo for my book
Custom built SBCL and using spaCy and TensorFlow in Common Lisp
Custom built SBCL and using spaCy and…
Custom built SBCL and using spaCy and TensorFlow in Common Lisp
Here are some of my of my recent notes that might save you some time, or teach you a new trick. I have had good results using the py4cl library if I wrap API calls to TensorFlow or spaCy in a short Python library that calls Python libraries and returns results in simple types like strings and dictionaries. I just committed a complete example (Python library and Common Lisp client code) to the public repo for my book