Readme
A deep learning model for classifying break dance moves using CLIP embeddings. The model is fine-tuned on break dance videos to classify different power moves including windmills, halos, and swipes.
Takes as input 224x224 30fps mp4 videos
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run bawolf/break-video-clip using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"bawolf/break-video-clip:530f72ab229101dc4b11dbb1a258754d038342fef28c432791ce22aac6217bf5",
{
input: {}
}
);
console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
No output yet! Press "Submit" to start a prediction.
This model runs on Nvidia T4 GPU hardware. We don't yet have enough runs of this model to provide performance information.
A deep learning model for classifying break dance moves using CLIP embeddings. The model is fine-tuned on break dance videos to classify different power moves including windmills, halos, and swipes.
Takes as input 224x224 30fps mp4 videos