Skip to content

alxwrd/what-ris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌺 What ris?

What ris is an Iris identification service.

Getting started

Requires

Running

To begin: clone this repository, install the dependencies using Poetry, and run the application using uvicorn.

git clone git@github.com:alxwrd/what-ris.git
cd what-ris
poetry install
poetry run uvicorn ris.api:app --reload

The test suite is written using pytest. To verify you're ready to go, run the tests:

$ poetry run pytest
======== test session starts ========
collected 55 items

tests\test_maths.py ........
tests\test_predict.py ..............................................

Documentation

Endpoints are self documenting thanks to FastAPI. After you've started the application locally, simply visit http://localhost:8000/docs.

Deployment

Deployed to Google Cloud Platform using:

About

Iris flower identification service

Resources

Stars

Watchers

Forks

Contributors