Open rexgraystone opened 1 year ago
Hello @rexgraystone, Thank you for generating an issue to this project! Please wait while we get back to you.
go for it
I will like to work on this issue together. Please assign it to me @akshitagupta15june .
I will like to work on this issue together. Please assign it to me.
I'm a GSSoC'23 contributor.
I'm interested to contribute. Let us work on it together!
I'm interested in working on this feature too.
@akshitagupta15june Kindly assign this issue to me
Is your feature request related to a problem? Please describe. With the increasing usage of Midjournery and other AI image generators, it becomes harder for a computer to determine betwen real and fake images of faces. This might to lead to security issues and other related problems.
Describe the solution you'd like A deep learning model that can analyze the features in an image and identify whether a given image contains a real or a fake face. Different architectures like ResNet, VGG, Inception etc. will be considered, and the performance metrics will be compared. The best performing model will then be chosen.
Describe alternatives you've considered A machine learning approach with models like Support Vector Machine, K-Nearest Neighbors etc. can also be used. However, it is not the best way to classify these types of images and these models tend to perform poorly in computer vision problems with large datasets.