This app lets you classify skateboard tricks (currently ollie and kickflip) in a easy-to-use web application, leveraging the power of transformers (finetuned VideoMAE).
The front end is build with Vue.js and uses Cypress for testing. It allows a user to upload a video and receive predictions.
The back end is a Java Spring Boot web server that sends the uploaded video to the inference endpoint and returns the prediction.
pnpm install
pnpm run dev
MacOS/Linux
./gradlew bootRun
Windows
.\gradlew.bat bootRun