From a6411301cd05a7989e601414c5e25548fca189ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Fri, 22 Sep 2023 15:53:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20clean=20up=20a=20bit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 --- LICENSE | 2 +- README.md | 6 ++++- aiornot_datasets | 1 - requirements.txt | 59 ------------------------------------------------ 5 files changed, 6 insertions(+), 65 deletions(-) delete mode 100644 .gitmodules delete mode 160000 aiornot_datasets delete mode 100644 requirements.txt diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 00efabb..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "aiornot_datasets"] - path = aiornot_datasets - url = https://huggingface.co/datasets/tocard-inc/aiornot diff --git a/LICENSE b/LICENSE index 3a54870..db82d90 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Tocard-Inc +Copyright (c) 2023 Laurent Fainsin & Damien Guillotin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 2d4846e..6ed5d55 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# AIorNot \ No newline at end of file +# AIorNot + +https://huggingface.co/spaces/competitions/aiornot + +8/98 diff --git a/aiornot_datasets b/aiornot_datasets deleted file mode 160000 index a90618d..0000000 --- a/aiornot_datasets +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a90618df992a19c775b6b0fb7e0de0fd45a4d505 diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 3a212c3..0000000 --- a/requirements.txt +++ /dev/null @@ -1,59 +0,0 @@ -aiohttp==3.8.3 -aiosignal==1.3.1 -async-timeout==4.0.2 -attrs==22.2.0 -autopep8==2.0.1 -certifi==2022.12.7 -charset-normalizer==2.1.1 -click==8.1.3 -contourpy==1.0.7 -cycler==0.11.0 -datasets==2.9.0 -dill==0.3.6 -filelock==3.9.0 -fonttools==4.38.0 -frozenlist==1.3.3 -fsspec==2023.1.0 -huggingface-hub==0.12.0 -idna==3.4 -joblib==1.2.0 -kiwisolver==1.4.4 -markdown-it-py==2.1.0 -matplotlib==3.6.3 -mdurl==0.1.2 -multidict==6.0.4 -multiprocess==0.70.14 -mypy-extensions==0.4.3 -numpy==1.24.1 -opencv-python==4.7.0.68 -packaging==23.0 -pandas==1.5.3 -pathspec==0.11.0 -Pillow==9.4.0 -platformdirs==2.6.2 -pyarrow==11.0.0 -pycodestyle==2.10.0 -Pygments==2.14.0 -pyparsing==3.0.9 -python-dateutil==2.8.2 -pytz==2022.7.1 -PyYAML==6.0 -regex==2022.10.31 -requests==2.28.2 -responses==0.18.0 -rich==13.3.1 -scikit-learn==1.2.1 -scipy==1.10.0 -six==1.16.0 -threadpoolctl==3.1.0 -tokenizers==0.13.2 -tomli==2.0.1 -torch==1.7.1+cu110 -torchaudio==0.7.2 -torchvision==0.8.2+cu110 -tqdm==4.64.1 -transformers==4.26.0 -typing-extensions==4.4.0 -urllib3==1.26.14 -xxhash==3.2.0 -yarl==1.8.2