Skip to content

Web application for automatic speech recognition of web-based AV content

License

Notifications You must be signed in to change notification settings

NUKnightLab/mediascribe

Repository files navigation

mediascribe

Web application for automatic speech recognition of web-based AV content

Development

either:

  • docker-compose, or
  • DIY in a virtualenv

Using docker-compose

docker compose up

In a virtualenv

Install requirements

pip install -r requirements-dev.txt

Configure the path

export PYTHONPATH = src:$PYTHONPATH

Run the application

uvicorn mediascribe.main:app --reload

Code style

black src

API documentation

Endpoints:

  • /schema (default. Alias to redoc)
  • /schema/openapi.yml
  • /schema/openapi.json
  • /schema/redoc
  • /schema/swagger
  • /schema/elements

About

Web application for automatic speech recognition of web-based AV content

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published