Skip to content

GabrielCoderz/recognize-video-speech

Repository files navigation

Recognize-video-speech-backend

This project will transform the audio from video in a script. It will help, for exemple, somebody who want to study with a english video.

Configuration

Initializing the project

npm init -y

Setup typescript

npm i typescript --save-dev

npx tsc --init

Setup express for the server

npm i --save express

npm i -D @types/express

Setup automatically reload server

npm i -D ts-node nodemon

Setup style guide environment

npm i -D eslint prettier

npx eslint --init

npm i -D eslint-config-prettier

npm i -D husky lint-staged

Setup test environment

npm install --save-dev jest

npm install --save-dev @types/jest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published