akshitagupta15june / Face-X

Demonstration of different algorithms and operations on faces. Star the repo⭐
https://discord.gg/QapWBRZbVe
MIT License
697 stars 601 forks source link

DeepFake Detection using LSTM and ResNeXt CNN #1786

Open saleena-18 opened 1 month ago

saleena-18 commented 1 month ago

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.

github-actions[bot] commented 1 month ago

Hello @saleena-18, Thank you for generating an issue to this project! Please wait while we get back to you.

saleena-18 commented 1 month ago

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

akshitagupta15june commented 3 weeks ago

Go for it!