{"id":17741760,"url":"https://github.com/aakashns/servefastai","last_synced_at":"2025-04-01T03:31:42.448Z","repository":{"id":57465855,"uuid":"155400454","full_name":"aakashns/servefastai","owner":"aakashns","description":"Serve FastAI models and get a web-based UI with a single line of code","archived":false,"fork":false,"pushed_at":"2019-07-19T23:18:44.000Z","size":457,"stargazers_count":30,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-09-15T07:39:44.994Z","etag":null,"topics":["deep-learning","fastai"],"latest_commit_sha":null,"homepage":"https://youtu.be/xwN7arEgvBg","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aakashns.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-30T14:34:56.000Z","updated_at":"2024-02-26T14:50:32.000Z","dependencies_parsed_at":"2022-09-15T09:52:42.812Z","dependency_job_id":null,"html_url":"https://github.com/aakashns/servefastai","commit_stats":null,"previous_names":["aakashns/servefastai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aakashns%2Fservefastai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aakashns%2Fservefastai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aakashns%2Fservefastai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aakashns%2Fservefastai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aakashns","download_url":"https://codeload.github.com/aakashns/servefastai/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222675046,"owners_count":17021191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning","fastai"],"created_at":"2024-10-26T04:23:13.229Z","updated_at":"2024-11-02T09:02:58.365Z","avatar_url":"https://github.com/aakashns.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# servefastai\n\nServe FastAI models and get a web-based UI to test them out with a single line of code. See a [video demo here](https://youtu.be/xwN7arEgvBg).\n\n![screenshot](https://i.imgur.com/TzZQZUs.jpg)\n\n## Installation\n\nInstall with `pip`. Make sure you have `fastai` already installed.\n\n```\npip install servefastai --upgrade\n```\n\n## Usage\n\n```\nfrom servefastai import serve\nserve(learn)\n```\n\n`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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faakashns%2Fservefastai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faakashns%2Fservefastai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faakashns%2Fservefastai/lists"}