Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 508 Bytes

File metadata and controls

27 lines (18 loc) · 508 Bytes

ML Image Classifer

A Deep Learning model that detects Rock, Paper or Scissors based on the image given to it.

Getting Started

  1. Open Anaconda
  2. Create a new environement
  3. Install Tensorflow into environment
  4. Open terminal from the envoronment and run the file using the python command

Prerequisites

  1. Anaconda
  2. Python < 3.6
  3. Tensorflow
  4. Collect dataset
Give examples

Built With