https://github.com/khaivdo/background_segmentation_api
https://github.com/khaivdo/background_segmentation_api
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khaivdo/background_segmentation_api
- Owner: Khaivdo
- Created: 2023-01-19T09:54:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T10:21:02.000Z (over 2 years ago)
- Last Synced: 2025-03-26T21:15:07.754Z (7 months ago)
- Language: Python
- Size: 20.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()