You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Deepfakes are being used for malicious purposes such as spreading fake news, blackmail, identity theft, reputation damage, etc., hence, its detection is crucial for companies to easily detect fraud and protect themselves from unprecedented damage to their brand reputation, customer data and financial loss.
Solution: Deepfake Detection in videos using Deep Learning techniques like ResNeXt and LSTM
Approach: This project would detect deepfakes used in videos using deep learning techniques like ResNeXt and LSTM. We would perform transfer learning where the pre-trained ResNeXt CNN would be used to obtain a feature vector, further the LSTM layer would be trained using the features.
Then we would make a Django application where a user can upload the video and submit that to the model for prediction. The trained model performs the prediction and the result is displayed on the screen.
Importance: While there are several advantages, yet deepfakes can be used for malicious purposes such as spreading fake news, blackmail, and identity theft. Secondly, deepfakes can have serious consequences for individuals and organisations, including damage to reputation and financial loss. Deepfake detection is crucial for maintaining the integrity of news and information, ensuring that what people see and hear is accurate and trustworthy.
The text was updated successfully, but these errors were encountered:
I am a GSSOC '24 Contributor
I agree to follow the project's Code of Conduct
Can you please label this issue for 'gssoc' and the 'level.'
I'd love to work on this issue.
Github : https://github.com/saleena-18
Problem: Deepfakes are being used for malicious purposes such as spreading fake news, blackmail, identity theft, reputation damage, etc., hence, its detection is crucial for companies to easily detect fraud and protect themselves from unprecedented damage to their brand reputation, customer data and financial loss.
Solution: Deepfake Detection in videos using Deep Learning techniques like ResNeXt and LSTM
Approach: This project would detect deepfakes used in videos using deep learning techniques like ResNeXt and LSTM. We would perform transfer learning where the pre-trained ResNeXt CNN would be used to obtain a feature vector, further the LSTM layer would be trained using the features.
Then we would make a Django application where a user can upload the video and submit that to the model for prediction. The trained model performs the prediction and the result is displayed on the screen.
Importance: While there are several advantages, yet deepfakes can be used for malicious purposes such as spreading fake news, blackmail, and identity theft. Secondly, deepfakes can have serious consequences for individuals and organisations, including damage to reputation and financial loss. Deepfake detection is crucial for maintaining the integrity of news and information, ensuring that what people see and hear is accurate and trustworthy.
The text was updated successfully, but these errors were encountered: