Plant-diseases-classifier
Plant-diseases-classifier copied to clipboard
JSON Decode Error - categories.json
Hi, Got a "JSONDecodeError" error when running:
`import json
with open('categories.json', 'r') as f: cat_to_name = json.load(f)`
Did you install the JSON library?
can you please tell me which JSON library I need to install.