Skip to content

Flask based api for image uploading and display without saving to storage.

Notifications You must be signed in to change notification settings

geeksloth/Flaskimio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flaskimio

Flask based api for image uploading and display WITHOUT saving to storage.

Below figure shows the image returned from server's memory (RAM), NOT STORAGE (HDD). This can be used as a template for image processing, AI, edged computing systems.

Screenshot

Prerequisite

Pillow and Flask are required for this template. If not installed please install them via your package manager, e.g., pip, apt, etc:

python3 -m pip install Pillow Flask

Installation

  1. Clone this repository and change directory into it:
git clone https://github.com/geeksloth/flaskimio.git && cd flaskimio
  1. run the main.py script by
python3 main.py
  1. Access the api via typing ip:port in browser:
http://192.168.0.101:5000

About

Flask based api for image uploading and display without saving to storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published