Serve FastAI and get a Web UI with one line of code
Project description
servefastai
Serve FastAI models and get a web-based UI to test them out with a single line of code.
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
servefastai-0.1.2.tar.gz
(651.4 kB
view hashes)
Built Distribution
servefastai-0.1.2-py2-none-any.whl
(666.8 kB
view hashes)
Close
Hashes for servefastai-0.1.2-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 983947a3172f89d99ec5049b894253160dda6236995382960eb5260b51202393 |
|
MD5 | 1e5d60999c89dbc3d183d6c16bda1988 |
|
BLAKE2b-256 | 9e221fff28260e5640008d34e490e3c174ba644cd61662e9b5ed77f6b38e9879 |