You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

tonyduxx/grocery-list

This is a text generation model fine-tuned for generating grocery lists.

Usage

You can use this model with the Hugging Face Inference API:

import requests

API_URL = "https://api-inference.huggingface.co/models/tonyduxx/grocery-list"
headers = {"Authorization": "Bearer YOUR_HF_API_KEY"}

data = {
  "inputs": "Generate a grocery list for a week of healthy meals."
}

response = requests.post(API_URL, headers=headers, json=data)
print(response.json())

Example Input

Generate a grocery list for a week of healthy meals.

Example Output

Chicken Breat Brown Rice Broccoli Eggs Oats ...

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for tonyduxx/grocery-list

Finetuned
(15)
this model