abhijitjadhav1998 / Deepfake_detection_using_deep_learning

This projects aims in detection of video deepfakes using deep learning techniques like RestNext and LSTM. We have achived deepfake detection by using transfer learning where the pretrained RestNext CNN is used to obtain a feature vector, further the LSTM layer is trained using the features. For more details follow the documentaion.
GNU General Public License v3.0
397 stars 140 forks source link

502 bad geteway running the application via Docker #12

Closed masterfugazi closed 1 year ago

masterfugazi commented 1 year ago

I'm getting a '502 bad Gateway' running the application via Docker when I got to http://localhost:80 any suggestions on troubleshooting? -I have both of the images running that were mention in the docks.

git-maniesh commented 1 year ago

I'm getting a '502 bad Gateway' running the application via Docker when I got to http://localhost:80 any suggestions on troubleshooting? -I have both of the images running that were mention in the docks.

could you try to config the ngix file and change the gateway timeout time to 600

masterfugazi commented 1 year ago

I'll try that today, thanks.

masterfugazi commented 1 year ago

Alright so today I was able to get the project to build successfully , I'm not exactly sure what I did, but I re ran the commands from the docs, and it worked!