Skip to content

jlakhan1010/connexion-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple scikit learn classifier example

  • classifier: Directory containing simple Jupyter notebook to train a news classifier and pickled version of the classifier
  • swagger.yaml: REST API Swagger definition
  • app.py: basic rest endpoints
  • requirements.txt: list of required Python libraries
  • test.sh: shell script to execute example HTTP requests against the pet shop API

Running Locally

You can run the Python application directly on your local operating system:

    $ sudo pip3 install -r requirements.txt
    $ ./app.py # start the HTTP server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 73.8%
  • Python 14.7%
  • Shell 11.5%