TechnionYearlyProject / DailyPulseMe

A tool that tracks and analyzes your heart rate data during your calendar events, helping you live a healthier life.
https://dailypulse.azurewebsites.net
0 stars 1 forks source link

Upload the fat binary file to Azure - Estimated time 2 hours #97

Closed mohamedMahameed closed 6 years ago

mohamedMahameed commented 6 years ago

I tried to upload the file that the python script (for NLP ) uses to one of the directories of the file system of our deployed web app in the web services but after waiting for long enough, it stopped uploading and apparently because of the size of the file (3.5+ GB)

mohamedMahameed commented 6 years ago

I uploaded the file to our storage account image

you can add files as you wish from your local file system by clicking upload and choosing the file, now we should know how to access the file that resides in the storage account from our web service app.

mohamedMahameed commented 6 years ago

I continued working on uploading the back-end with the python script, I asked on StackOverFlow how to use files from storage account and got these answers : image

image

I don't know where to add these lines of code since I don't know python, Najeeb and I will work on this together.