8000 GitHub - ACMILabs/video-search: A Flask app to search ACMI XOS Video auto-transcriptions/captions.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ACMILabs/video-search

Repository files navigation

ACMI Video search

A video search for XOS Videos that have transcriptions.

ACMI Video Search CI

ACMI Video searchACMI Video search screen recording

Search

Search is handled by Elasticsearch.

Update video search index

  • Exec into your container: docker exec -it video ash
  • Start a Python shell: python3
  • Run these commands:
from app.video import Search
search = Search()
search.index_all()

Development

To run the Flask development server:

  • Copy config.tmpl.env to config.env
  • Add DEBUG=true to your config.env
  • Run make up
  • Visit: http://localhost:8081

To run the gunicorn server:

When you've finished, remove with make down

Tests

To run linting and tests:

  • Run make up
  • In another terminal tab run docker exec -it video make linttest

Architecture

About

A Flask app to search ACMI XOS Video auto-transcriptions/captions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0