Can I Save face-api.js Model Files in Browser Storage or Client Machine to Reduce Loading Time?
I am currently working on a web application that uses face-api.js for face detection and recognition. The model files (manifest and shard files) are hosted in the static folder on the server. Every time the application loads, it fetches these files from the server, which increases the loading time of the model.