Skip to content

Instantly share code, notes, and snippets.

@aballah-chamakh
Last active November 28, 2019 21:42
Show Gist options
  • Save aballah-chamakh/04877b0febc14078a95aa8cfcda963cb to your computer and use it in GitHub Desktop.
Save aballah-chamakh/04877b0febc14078a95aa8cfcda963cb to your computer and use it in GitHub Desktop.
from django.db import models
class Inference(models.Model):
image = models.ImageField(null=True)
prediction = models.CharFiedl(max_length=255)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment