The project is built entirely on Django, its a building damage assessment project that takes satellite imagery from the user and performs instance segmentation, and using the meta data of the tiff file and the model results to geolocate the buildings and geocode their addresses to be displayed on a dashboard and map, the dashboard and map are built using js libraries: leaflet and chartjs
ayeshanaime003
TRIALOP
2 years ago
The requirement.txt is causing problem, I believe its because the GDAL file is causing problem. gdal refuses to be installed with "pip install gdal" and so I am forced to download the wheel file, place it in my project and install, I think this causes issue during deployment. would really appreciate some help
ⓘ Deployment information is only viewable by Project members and Railway admins.