Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bugramurat/real-time-image-processing-app
Real-Time Image Processing with Flask and Docker (Mobile Friendly)
https://github.com/bugramurat/real-time-image-processing-app
docker flask image-processing javascript python
Last synced: 14 days ago
JSON representation
Real-Time Image Processing with Flask and Docker (Mobile Friendly)
- Host: GitHub
- URL: https://github.com/bugramurat/real-time-image-processing-app
- Owner: bugramurat
- Created: 2024-12-19T22:47:00.000Z (16 days ago)
- Default Branch: master
- Last Pushed: 2024-12-19T23:48:40.000Z (16 days ago)
- Last Synced: 2024-12-20T00:26:44.261Z (16 days ago)
- Topics: docker, flask, image-processing, javascript, python
- Language: Python
- Homepage:
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real-time Image Processing Flask App
Real-Time Image Processing with Flask and Docker (*Mobile Friendly*)[**live demo!**](https://bugramurat.pythonanywhere.com)
## Preview
![preview](https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExZHVkdXBnYzFnMDJiZzJ6MWdtcGlqeDB3aWlsdjZlYXB2eWFpaGVtZSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/QL61nwJd8HPtS3bDg8/giphy-downsized-large.gif)## How to run
Run this in your *project-folder/docker* path:
```
docker build -t container_name .
```
Then this:
```
docker run --rm -p 5002:5002 container_name
```## Libraries
- flask==3.0.1
- gunicorn==21.2.0
- pillow
- opencv-python
- numpy##
![example](https://i.ibb.co/Lgt74Gk/processed-original-image.jpg)