https://github.com/ivangael/image-toolbox-backend
https://github.com/ivangael/image-toolbox-backend
api-rest flask numpy opencv python tensorflow
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivangael/image-toolbox-backend
- Owner: IvanGael
- Created: 2024-04-24T10:21:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T01:02:42.000Z (almost 2 years ago)
- Last Synced: 2024-07-05T12:12:56.600Z (almost 2 years ago)
- Topics: api-rest, flask, numpy, opencv, python, tensorflow
- Language: Python
- Homepage:
- Size: 6.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Image Toolbox Backend
A Flask backend of a web app that offers a variety of image processing features, including object detection, resizing, filtering, text extraction, compression, comparison, and pose detection.
### Install
pip install -r requirements.txt
### Run
```
py run.py
```