aagirre92 commited on
Commit
5011949
β€’
1 Parent(s): aff9341

updated details and title

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,8 +60,8 @@ foodvision_big_examples_path = "examples"
60
  example_list = [str(path) for path in Path(foodvision_big_examples_path).rglob("*.jpeg")]
61
 
62
  # Create title, description and article
63
- title = "FoodVisionBig V0 πŸ₯˜ πŸ§—"
64
- description = "An <a href='https://pytorch.org/vision/main/models/generated/torchvision.models.efficientnet_b2.html#torchvision.models.efficientnet_b2'>EfficientNetB2</a> feature extractor computer vision model to classify 101 food images from Food101 dataset<br>I have yet to improve it to label non-food images. Paciencia muchachos"
65
  article = "Created at <a href='#'>09_pytorch_model_deploy.ipynb</a> Google Colab notebook"
66
 
67
  # Create the Gradio app
 
60
  example_list = [str(path) for path in Path(foodvision_big_examples_path).rglob("*.jpeg")]
61
 
62
  # Create title, description and article
63
+ title = "FoodVisionBig V1.0 πŸ₯˜ πŸ§—"
64
+ description = "An <a href='https://pytorch.org/vision/main/models/generated/torchvision.models.efficientnet_b2.html#torchvision.models.efficientnet_b2'>EfficientNetB2</a> feature extractor computer vision model to classify 101 food images from Food101 dataset<br>Current model has been trained with whole Food101 dataset, ~66% test accuracy<br>I have yet to improve it to label non-food images. Paciencia muchachos"
65
  article = "Created at <a href='#'>09_pytorch_model_deploy.ipynb</a> Google Colab notebook"
66
 
67
  # Create the Gradio app