Skip to content

tc-thinh/real-fake-image-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealorFakeImageClassification

Project name: Real or Fake Image Classification

Members:

  • Trần Công Thịnh
  • Vũ Thị Quỳnh Nga

1. Introduction

Target:

  • Classify real images and images created by AI
  • Real life application: in playing games, in movie theaters,...😎

Link preferences

Result

image

2. Gradio app tutorial

  1. Access link weight, add weight file to your drive
  2. Run the following lines of code:
from keras.models import load_model

weights_path = '/content/drive/MyDrive/Models/ResNet152-21-0.0109.hdf5' #đường dẫn đến file weight

#Nhớ khởi tạo model trước
model = Resnet_based_model
#Load weight
model.load_weights(weights_path)
  1. Use gradio After the code run, this interface will emerge 2021-05-17 (2)
  • Drag image into the frame
  • Hit submit
  • Wait for the result in the right section 👍

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages