From f95bc98fa712f701c52cb08081b3e377371d02c0 Mon Sep 17 00:00:00 2001 From: philippmwirth Date: Tue, 13 Oct 2020 15:14:27 +0000 Subject: [PATCH] Update DOCS.md --- DOCS.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 DOCS.md diff --git a/DOCS.md b/DOCS.md new file mode 100644 index 000000000..9a06a5324 --- /dev/null +++ b/DOCS.md @@ -0,0 +1,21 @@ +# Lightly + +Lightly is a PIP package for self-supervised learning. + +> We, at [Lightly](https://www.lightly.ai), are passionate engineers who want to make deep learning more efficient. We want to help popularize the use of self-supervised methods to understand and filter raw image data. Our solution can be applied before any data annotation step and the learned representations can be used to analyze and visualize datasets as well as for selecting a core set of samples. + +If you are curious to learn more about our work - check out [Lightly](https://www.lightly.ai)! + +## Installation + +``` +pip install lightly +``` + + +## Links +- [Homepage](https://www.lightly.ai) +- [Web-App](https://app.lightly.ai) +- [Documentation](https://lightly.readthedocs.io) +- [Github](https://github.com/lightly-ai/lightly) +- [Discord](https://discord.gg/xvNJW94) \ No newline at end of file