Sqwak allows users to train and deploy custom audio-models from a web browser. No coding needed, just upload your audio files and deploy!
Sqwak lets you create an audio classifier without writing any code!
To train your classifier, create some bins (such as 'clanking' 'quacking' and 'rock music') and upload your music into the appropriate bin.
After that, click the train button and voila, your classifier is now available at an api endpoint.
You can now POST to that endpoint with completely new sounds your classifier has never seen before, and it'll attempt to label it.
Video Poster |
App View |
Upload Files |
Train Model |
Predict |
Publish |
- Create a class you want to detect (example: a dog barking)
- Upload audio files of that sound
- Click "Train" and Sqwak handles all the audio parsing and training for you.
- Publish your model to an API endpoint with 1 click.
- Access your personal endpoint from your product to classify new audio files!
yarn install
yarn start