Skip to content

🎶 Determine if the music is instrumental or not with Firebase Functions + ffmpeg + Cloud Speech API

License

Notifications You must be signed in to change notification settings

castaneai/inst-kun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

インスト判定くん

楽曲をアップロードすると、インスト音源かどうかを判定してくれるwebサービス

Development

# local development
cd functions/
yarn run tsc --watch
firebase serve --only functions

# deploy
cd functions
yarn build
cd ../
firebase deploy --only hosting,functions

About

🎶 Determine if the music is instrumental or not with Firebase Functions + ffmpeg + Cloud Speech API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published