Kenza-AI / sagify

LLMs and Machine Learning done easily
https://kenza-ai.github.io/sagify/
MIT License
434 stars 69 forks source link

Library stopped being maintained? #146

Closed gabriel-fsa closed 1 year ago

gabriel-fsa commented 1 year ago

I was curious to know, because this library saved me a lot. I spent the whole weekend looking for ways to integrate a spacy model and had given up hope.

pm3310 commented 1 year ago

Hi @gabriel-fsa , glad to hear. I'm still maintaining it.

pm3310 commented 1 year ago

@gabriel-fsa Can I ask how exactly you used Sagify for your project?

gabriel-fsa commented 1 year ago

@pm3310 I will use it to deploy a spacy model (en_core_web_trf) in sagemaker, there is no aws SDK for spacy. And looking on the internet I didn't find any article exemplifying the requirements to have in docker, and sagify already has this in sagify_base.

pm3310 commented 1 year ago

Gotcha, thanks @gabriel-fsa