Following discussion with Giovanni.
Probably should change the download to not save the downloaded model also in a local folder (which is what I do now) but only in the database.
Then fix the references to the filepath throughout the code: at the moment I use the filepath of the downloaded model sometimes to do stuff, which is obviously not shareable. The only thing I did to address this is to write a note in the documentation about it. If I change it I can remove
Following discussion with Giovanni. Probably should change the download to not save the downloaded model also in a local folder (which is what I do now) but only in the database. Then fix the references to the filepath throughout the code: at the moment I use the filepath of the downloaded model sometimes to do stuff, which is obviously not shareable. The only thing I did to address this is to write a note in the documentation about it. If I change it I can remove