Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivangael/image-toolbox-backend
https://github.com/ivangael/image-toolbox-backend
api-rest flask numpy opencv python tensorflow
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivangael/image-toolbox-backend
- Owner: IvanGael
- Created: 2024-04-24T10:21:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T01:02:42.000Z (5 months ago)
- Last Synced: 2024-07-05T12:12:56.600Z (5 months 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
```