Skip to content

Serve FastAI models and get a web-based UI with a single line of code

Notifications You must be signed in to change notification settings

aakashns/servefastai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

servefastai

Serve FastAI models and get a web-based UI to test them out with a single line of code. See a video demo here.

screenshot

Installation

Install with pip. Make sure you have fastai already installed.

pip install servefastai --upgrade

Usage

from servefastai import serve
serve(learn)

learn should be a FastAI learner object. Navigate to http://PUBLIC_IP:9999 , where PUBLIC_IP is the public IP address of the machine running the Jupyter notebook. You will see a form where you can upload one or more images. Upload the images and click submit to view the predictions.

About

Serve FastAI models and get a web-based UI with a single line of code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published