From 2903257343f498cc39b73d24539327a1abe0afd2 Mon Sep 17 00:00:00 2001 From: Shivam Khandelwal Date: Fri, 11 Oct 2019 00:47:02 +0530 Subject: [PATCH] Added aicrowd.json --- .gitignore | 1 - aicrowd.json | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 aicrowd.json diff --git a/.gitignore b/.gitignore index d8ef263..5a62c7c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,3 @@ logs/* *.so *.o .ipynb_checkpoints/ -*.json diff --git a/aicrowd.json b/aicrowd.json new file mode 100644 index 0000000..67eb359 --- /dev/null +++ b/aicrowd.json @@ -0,0 +1,8 @@ +{ + "challenge_id" : "aicrowd-food-recognition-challenge", + "grader_id": "aicrowd-food-recognition-challenge", + "authors" : ["aicrowd-user"], + "description" : "Food Recognition Challenge Submission", + "license" : "MIT", + "gpu": false +}