Skip to content

DxTa/AISA-demo-API

 
 

Repository files navigation

  • Install ffmpeg and gpac
  • clone the Kvazaar repository and build and install Kvazaar according to the instructions in Kvazaar repository. https://github.com/ultravideo/kvazaar
  • create and activate virtual env python -m venv venv && source /venv/bin/activate
  • install requirements pip install -r requirements.txt
  • install redis and start redis-server
  • start rq worker
  • Initialize database flask --app src db upgrade
  • start server flask --app src run
  • run python read_and_feed.py is used to divide the input video into 10 second segments. Currently, the time stamping starts from zero instead of the real time stamp.
  • python test.py for simple testing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.7%
  • Dockerfile 8.3%
  • Mako 2.0%
  • Shell 1.0%