Lightning-Universe / InVideo-search_app

Apache License 2.0
14 stars 9 forks source link
**Video Search App :video_camera:** ______________________________________________________________________

Getting StartedVideo Search App URL

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/video_search)](https://pypi.org/project/video_search/) [![PyPI Status](https://badge.fury.io/py/video_search.svg)](https://badge.fury.io/py/video_search) [![PyPI Status](https://static.pepy.tech/badge/random)](https://pepy.tech/project/video_search) [![Slack](https://img.shields.io/badge/slack-chat-green.svg?logo=slack)](https://join.slack.com/t/pytorch-lightning/shared_invite/zt-pw5v393p-qRaDgEk24~EjiZNBpSQFgQ) [![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/PytorchLightning/video_search/blob/master/LICENSE) ______________________________________________________________________

Video Search App

A smart video app that understands videos and makes it as searchable as the web. Go Beyond Metadata.

Running the app

conda create --name video_search python=3.8
conda activate video_search

git clone https://github.com/Lightning-AI/LAI-InVideo-search-App
cd video_search
pip install -r requirements.txt
pip install -e .

## To run the app locally
python -m lightning run app app.py

## To run the app on the cloud to share it with your peers and users
python -m lightning run app app.py --cloud

About this Lightning App

This Lightning App enables to search through the YouTube videos. Just provide a url and wait for the processing to finish, now you can search for anything You want in it. This application is fairly simple already showcases the following features of Lightning Framework:

Structure

Application consists of the following files: