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: about 1 year ago
JSON representation

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
```