Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1010 Bytes

File metadata and controls

37 lines (27 loc) · 1010 Bytes

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