How to deploy a spacy ner model and fastapi
I have a custom spacy ner model ad fastapi that works fine when run in the local machine. But when I tried to deploy it in railway, it crashes and produces error like it can’t access the model in spacy.load() even if it’s in the same directory.