In this repository, I will be exploring the world of browser based machine learning.
- The Object Detection page was inspired by Jason Mayes' Make a smart webcam in JavaScript with a TensorFlow.js pre-trained Machine Learning model codelab. I have modified his code to use TypeScript and import statements instead of script tags.
To run the code in this repository, you will need to install Node.js.
Once you have Node.js installed, you can run the following commands to run the code in this repository:
- Clone the repository:
git clone https://github.com/kensonjohnson/browser-ml.git - Navigate to the repository:
cd browser-ml - Install the dependencies:
npm install - Run the code:
npm run dev