Skip to content

sid573/Video_Streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Capture Video Streams

This Repository helps you to implement capturing of live video feed and sending it to backend for processing of data and returing response to the frontend as soon as result is determined.

  • Frontend (React)
  • Backend (Flask)

Running Locally

  • git clone https://github.com/sid573/Video_Streaming.git

Running React

  • cd Video_Streaming
  • cd my-stream
  • npm install
  • npm start

Running Flask

  • cd flask
  • pip3 install -r requirements.txt
  • python app.py (Python3)

Reach out

For any queries you can create an issue with label: help wanted and I will try to solve it as soon as possible.


Profile Github Medium Linkedin Twitter
Created on 28th June 2020

About

Template to collect video stream realtime

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published