Skip to content

andreaschandra/aomori

Repository files navigation

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.

About

a pet project using fastapi skeleton and gcp stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published