arathee2 / video-based-nlp

A web application that provides insights about natural language used in a video.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video-based NLP

A web application that provides insights about natural language used in a video.

Quickstart

  1. Create S3 bucket. I used my bucket = "audio-from-video-based-nlp". Use your bucket name here.
  2. Install and configure AWS CLI. More information here.
$ pip install aws cli
$ aws configure
AWS Access Key ID [None]: AKIAIOSFODNN7EXAMPLE
AWS Secret Access Key [None]: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
Default region name [None]: us-west-2
Default output format [None]: json
  1. Run Flask app.
git clone https://github.com/arathee2/video-based-nlp.git
cd video-based-nlp
make
  1. Go to the URL listed in the app, and follow the instructions on the screen.

About

A web application that provides insights about natural language used in a video.

License:MIT License


Languages

Language:Python 87.2%Language:CSS 6.7%Language:HTML 5.1%Language:Makefile 1.0%