Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 318 Bytes

Readme.md

File metadata and controls

27 lines (18 loc) · 318 Bytes

Machine Learning Car

This is my typescript version of this project: Video Link

Installation

Install with yarn, npm, or pnpm

yarn install

Usage

# run locally
yarn dev

# build
yarn build

# serve
yarn dev

# or with docker compose
docker compose up