https://github.com/sovit-123/diabetic-retinopathy
https://github.com/sovit-123/diabetic-retinopathy
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sovit-123/diabetic-retinopathy
- Owner: sovit-123
- Created: 2019-12-22T00:47:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T14:00:21.000Z (about 2 years ago)
- Last Synced: 2025-02-03T10:46:20.780Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
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 is a machine learning deployment for recognizing diabetic retinopathy.
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.