u can make a flow chart using hands and add text via voice
made by Agneya
-
clone project files
-
Serve the files:
option 1: use python:
# go to the project directory cd AutoBoard # start a simple HTTPS server (Python 3) python -m http.server 8000 --bind 127.0.0.1
then go to localhost:8000
option 2: use vscode live server:
- install live server extension
- right-click on
index.htmland select "Open with Live Server"
-
allow camera and microphone permissions when prompted by your browser