Unable to Access `cardio.sav` File
Opened this issue · 0 comments
JCasptechnologies-AnjaliMakwana commented
I am unable to access the cardio.sav
file using the provided link in the repository.
Link: https://drive.google.com/file/d/1Yx59_Tt58QAg3JSU8572jA0Qnh7dmpse/view?usp=sharing
When I clicked on the link, I encounter the following error:
I am following these steps to set up the project as mentioned in README.MD :
INSTRUCTIONS TO RUN
- install virtual venu and pip with python3.6 using virtualenv -p /usr/bin/python3 venv
- install https://public.ukp.informatik.tu-darmstadt.de/reimers/sentence-transformers/v0.2/roberta-base-nli-stsb-mean-tokens.zip and unzip the contents into a 'model' folder and put it in the same path as app.py
- download cardio.sav from here https://drive.google.com/file/d/1Yx59_Tt58QAg3JSU8572jA0Qnh7dmpse/view?usp=sharing and put it in the same path as app.py
- source venv/bin/activate and install the following dependencies
- pip3 install flask
- pip3 install nltk
- pip3 install pandas
- pip3 install sklearn
- pip3 install sentence_transformers
- pip3 install pyrebase
- run python3 app.py
- to exit out of the virtual env type deactivate