Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 776 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 776 Bytes

Aomori

A pet project for deploying machine learning API using FastAPI and GCP Stack.

The struture of the project and its configuration is forked from here

Installation

Install the required packages in your local environment (ideally virtualenv, conda, etc.).

pip install -r requirements

Run It

  1. Start your app with:
uvicorn aomori.main:app
  1. Go to http://localhost:8000/docs.

  2. Click Authorize and enter the API key as stated in the .env.

Run Tests

If you're not using tox, please install with:

pip install tox

Run your tests with:

tox

This runs tests and coverage for Python 3.6 and Flake8, Autopep8, Bandit.