Hello, I am in urgent need of help here!
I am a student and I recently tried to launch a terrain recognition model.
It first downloads the model from google drive in runtime and saves it in the temporary folder. It then gets and uploaded image of a terrain and the has to predict the terrain type and its properties. The model is too big for git and git lfs, to uploading the model has been difficult.
When building the app, I get an error (screenshot below). I can’t figure out what’s causing it.
Code is here: GitHub - KurooAMV/Terrain_Recognition_Using_CNN
Main file: newApp.py
P.S.:
I tried to deploy a flask application for this too but unfortunately there are not many free deployment services that help in GPU acceleration. If possible, can anyone guide me on this too. The files for flask application with its HTML and CSS in the repo too.