Plant-diseases-classifier icon indicating copy to clipboard operation
Plant-diseases-classifier copied to clipboard

JSON Decode Error - categories.json

Open navneeshkaur opened this issue 6 years ago • 2 comments

Hi, Got a "JSONDecodeError" error when running:

`import json

with open('categories.json', 'r') as f: cat_to_name = json.load(f)`

navneeshkaur avatar Jan 08 '19 18:01 navneeshkaur

Did you install the JSON library?

viritaromero avatar Jan 11 '19 16:01 viritaromero

can you please tell me which JSON library I need to install.

navneeshkaur avatar Jan 11 '19 17:01 navneeshkaur