Skip to content

A Chrome Extension that detects AI-generated images using Machine Learning.

License

Notifications You must be signed in to change notification settings

FrancisTR/ClassifierAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the ClassifierAI Repository!

Description

A Google Chrome Extension that integrates Machine Learning to determine if the image, that the user is viewing, is AI-Generated. This uses ml5.js, which is built on top of Tensorflow.js, to perform Image Classification.

(IN PROGRESS) The model is trained using Teachable Machine by Google where it is train from 4000 images, that consists of AI and Non-AI images, using the following settings:

  • Epochs: 100
  • Batch Size: 16
  • Learning Rate: 0.001

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Bootstrap
  • ml5.js

Installation

  • Download the repository as a zip file and unzip the file once the download is complete.
  • Open Google Chrome and click on the 3 dots on the top-right of the browser.
  • Hover over "Extensions" and click on "Manage Extensions".
  • Enable "Developer Mode" on the top-right.
  • Finally, drag and drop your unzip file onto the page.

Demonstration (Coming Soon)

About

A Chrome Extension that detects AI-generated images using Machine Learning.

Resources

License

Stars

Watchers

Forks