egorsmkv / asr-cc

Automatic Speech Recognition Corpus Creator
Apache License 2.0
0 stars 0 forks source link

ASR-CC

This app is intended to automatically create a corpus for ASR systems using pseudo-labeling.

Requirements

Usage

# Build dev image
task build

# Remove builds
task build-prune

# Up containers
task up

# Copy Laravel environment variables file
cp -n dev-frontend.env apps/frontend/.env

# Install dependencies, generate key, run migrations
task install

# Run queue worker
task queue

# Enter the apps container
task console

Useful commands

Fix permissions:

task fix-perms

Use Vite:

# Start dev server
task bun-dev

# Build for production
task bun-build

Update locales:

task lang-update

Apply fixes by phpcs:

task fix-phpcs

Analyse the code by Larastan:

task phpstan

Check security vulnerabilities in dependencies:

task check-security

Info

Database monitoring

Other

Maintenance