Skip to content

Starter app for fastai v3 . A basic x-ray classifier model deployed on Render

Notifications You must be signed in to change notification settings

keplaxo/fastai-v3xrayclassifier

 
 

Repository files navigation

An X-Ray classifier model built on fast-aiv3.

The model can, for now distinguish chest, foot and hand xrays...more to come.

The classifier web app is up at https://xrayclassifier-fastai.onrender.com/. Test it out with Xray images!

Test your changes locally by installing Docker and using the following command:

docker build -t fastai-v3 . && docker run --rm -it -p 5000:5000 fastai-v3

About

Starter app for fastai v3 . A basic x-ray classifier model deployed on Render

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.1%
  • Other 0.9%