Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamlouly/catdogrender
Cat and dog classifier using fast ai and Deployed using render
https://github.com/adamlouly/catdogrender
Last synced: 4 days ago
JSON representation
Cat and dog classifier using fast ai and Deployed using render
- Host: GitHub
- URL: https://github.com/adamlouly/catdogrender
- Owner: AdamLouly
- Created: 2019-11-02T15:40:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T23:16:43.000Z (over 2 years ago)
- Last Synced: 2024-12-16T04:32:33.653Z (10 days ago)
- Language: Python
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Starter for deploying [fast.ai](https://www.fast.ai) models on [Render](https://render.com)
This repo can be used as a starting point to deploy [fast.ai](https://github.com/fastai/fastai) models on Render.
The sample app described here is up at https://fastai-v3.onrender.com. Test it out with bear images!
You can 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
```The guide for production deployment to Render is at https://course.fast.ai/deployment_render.html.
Please use [Render's fast.ai forum thread](https://forums.fast.ai/t/deployment-platform-render/33953) for questions and support.