An open API service indexing awesome lists of open source software.

https://github.com/khaivdo/background_segmentation_api


https://github.com/khaivdo/background_segmentation_api

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Target
A background subtraction method that takes a video as input, and returns a background subtracted video as output.

## Execution
To run the app, you can simply execute

`python app.py`

then copy and paste the local host address on a web browser

`http://127.0.0.1:5000/`

## Achievements
- A brower with buttons to select a video file to process
- Message to show the uploaded video is being processed
- Automatically download the output file (masked video) to local Downloads folder

## Result