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: 3 months 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2025-01-18T13:04:49.000Z (6 months ago)
- Last Synced: 2025-02-14T17:58:19.460Z (5 months ago)
- Topics: docker, flask, image-processing, javascript, python
- Language: Python
- Homepage:
- Size: 1.77 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
## 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
*For further information: [email protected]*
##
