Skip to content

pragati2112/extract-search-sub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extract-search-sub

In this project, video(s) can be uploaded, processed in some manner (in the background) and searched using the subtitles in that video as keywords.

Technology used

FastApi (Python framework)

DynamoDB (Database)

Prerequisites

This is a Python Project. Use of virtualenvwrapper is recommended. Please use Python 3.6+. Ideally Python 3.8

Download ccextractor (sudo apt install ccextractor) for linux users, Thats it!

Pull docker image of amazon/dynamodb-local and run as a container docker run -p 8000:8000 --name dynamodb amazon/dynamodb-local

pip install -r requirements.txt

How to run it

python main.py

Server will be running on http://localhost:8002

To check and try apis hit- http://localhost:8002/docs (This is fastapi provided openapi.json)

About

Extract & search subtitles from videos

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages