hwang26 / image-classifier

Frontend Interface for ml5.js DoodleNet classifier
0 stars 0 forks source link

TECH: Optimize classification / state render #20

Open hwang26 opened 1 year ago

hwang26 commented 1 year ago

Currently classification occurs continuously upon canvas render.

This causes the state of the judges to continuously refresh aka refreshing the component constantly.

Additionally, the Sidebar component is not really the sidebar, its the main content.