ASR dataset correction tool.
# Clone this repo:
git clone https://github.com/WithourAI/ProfArthur
# Go into the repository:
cd ProfArthur
# Install pnpm when needed
npm install -g pnpm
# Install dependencies:
pnpm i
# Start app and watch for changes (dev server started on port 3000):
pnpm startpnpm generate # angular generator
pnpm build # build for dev
pnpm build:prod # build for production
pnpm start # Start app and watch for changes (dev server started on port 3000)
pnpm lint # run linter and fix found issues
pnpm prettify # run prettier
pnpm format # run linter and prettier