Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 397 Bytes

File metadata and controls

11 lines (8 loc) · 397 Bytes

TensorFlowJS Rock Paper Scissors

This project used Vite, Vanilla JavaScript, and TensorFlowJS.

There are two ways to run this project:

  1. First, you must have NodeJS installed. Then, open the project in a terminal, and run the command:
npm run dev
  1. If you have VSCode downloaded, install the 'Live Server' extension. Then, open the 'dist' directory, and click the 'Go Live' button.