Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.57 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.57 KB

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)