Skip to content

iliasmansouri/flask-swagger-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact

About The Project

A REST API template for ML-based applications.

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

Make sure to use a Python 3.6 environment:

  conda create -n swagger python=3.6

Installation

Make sure to run the commands below from the root of this cloned repo:

  1. pip install -r front_end/requirements.txt
  2. docker build -t "swagger-ui" -f back_end/Dockerfile .
  3. docker run -p 8296:8296 swagger-ui
  4. streamlit run main.py

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

(back to top)

Contact

Ilias Mansouri - @LinkedIn

(back to top)

``` ````

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published