Skip to content

aliabd/fastgradio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI version

fastgradio

fastgradio is a python library to quickly build and share gradio interfaces of your trained fastai models.

To use it simply

pip install fastgradio 

Then

from fastgradio import Demo 
Demo(learner).launch()

This will create an interface like the one below:

For more info on usage, check the example notebook

Note: We are working on expanding this to support all data types in fastai. Currently only supports image-to-label interfaces. PRs are welcome!

About

Build fast gradio demos of fastai learners

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages