There are some hard-coded paths such as ./openxai/ML_Models/Saved_Models/ANN/gaussian_lr_0.002_acc_0.91.pt. This is not very friendly to an external API call as one may not be running code at the root of OpenXAI folder.
We should refactor the code to clean up such hard-coded paths.
A good solution might be hosting these files on a Google Drive, which will also reduce the repo size.
There are some hard-coded paths such as
./openxai/ML_Models/Saved_Models/ANN/gaussian_lr_0.002_acc_0.91.pt
. This is not very friendly to an external API call as one may not be running code at the root of OpenXAI folder.We should refactor the code to clean up such hard-coded paths.
A good solution might be hosting these files on a Google Drive, which will also reduce the repo size.