Skip to content

adnaneds/demo_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo App

Build Status

A minimal toy application for demo and testing purposes. We just implemented dummy inference, ie. we return the same inputs we are fed. If some input is not fed we generate a default one.

To launch it, first install the package then run deepaas:

git clone https://github.com/deephdc/demo_app 
cd demo_app
pip install -e .
deepaas-run --listen-ip 0.0.0.0

The associated Docker container for this module can be found in deephdc/DEEP-OC-demo_app.

Samples for media files are provided in ./data.

The two branches in this repo cover the two main usecases:

  • master: this is a reference implementation on how to return a JSON response for predict().
  • return-files: this is a reference implementation on how to return non-JSON responses for predict(). This is particularly useful when returning:
    • long responses (that could better fit better in a txt file),
    • media files (eg. returning an image),
    • multiple files (for example returning an image and a text file at the same time, packing them into a zip file).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages