Skip to content

Robbie-Palmer/densenetapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DenseNet API

This is a web-service for retrieving image classifications from a pre-trained DenseNet model

Developer Setup

Recommended installation:

  • Install Miniconda
  • Create a new python environment create -n densenetapi python=3.9
  • Install the requirements pip install -r requirements.txt

Tests

  • Install testing dependencies pip install -r ./tests/requirements.txt
  • Run tests python -m pytest ./tests

Deployment

  • Run uvicorn densenetapi:app

Sources

About

FastAPI web service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages