Skip to content

shinichijn/FlaskImageDetentionAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_api

This is a web API service only works for machines on the same local network Tested in PyCharm

Requirements

Python 3.6 or higher
Flask pip install flask
Pillow pip install pillow
Keras pip install keras
Tensorflow pip install tensorflow

If they don't work please do sudo pip install instead

Setup

Create a folder called 'models' where app.py is
Download the model from GoogleDrive or DropBox
Put model in the models folder
like this:
models/model10.h5

Run the web service

In the terminal execute python app.py

About

FlaskImageDetentionAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published