Skip to content

Commit d7ef3dc

Browse files
committed
update readme
1 parent 188650a commit d7ef3dc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div align="center">
22
<picture>
3-
<source media="(prefers-color-scheme: dark)" srcset="./docs/assets/banner_light_deellip.png">
4-
<source media="(prefers-color-scheme: light)" srcset="./docs/assets/banner_dark_deellip.png">
5-
<img alt="Library Banner" src="./docs/assets/banner_dark_deellip.png">
3+
<source media="(prefers-color-scheme: dark)" srcset="./docs/assets/banner_dark_deellip.png">
4+
<source media="(prefers-color-scheme: light)" srcset="./docs/assets/banner_light_deellip.png">
5+
<img alt="DEEL-LIP Banner" src="./docs/assets/banner_light_deellip.png">
66
</picture>
77
</div>
88
<br>
@@ -123,8 +123,8 @@ More from the DEEL project:
123123

124124
- [Xplique](https://github.com/deel-ai/xplique) a Python library exclusively dedicated to explaining neural networks.
125125
- [Influenciae](https://github.com/deel-ai/influenciae) Python toolkit dedicated to computing influence values for the discovery of potentially problematic samples in a dataset.
126-
- [deel-torchlip](https://github.com/deel-ai/deel-torchlip) a Python library for training k-Lipschitz neural networks on PyTorch.
127-
- [oodeel](https://github.com/deel-ai/oodeel) a Python library for post-hoc deep OOD (Out-of-Distribution) detection on already trained neural network image classifiers
126+
- [deel-TorchLip](https://github.com/deel-ai/deel-torchlip) a Python library for training k-Lipschitz neural networks on PyTorch.
127+
- [Oodeel](https://github.com/deel-ai/oodeel) a Python library for post-hoc deep OOD (Out-of-Distribution) detection on already trained neural network image classifiers
128128
- [DEEL White paper](https://arxiv.org/abs/2103.10529) a summary of the DEEL team on the challenges of certifiable AI and the role of data quality, representativity and explainability for this purpose.
129129

130130
## 🙏 Acknowledgments

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
2-
<img src="./assets/banner_light_deellip.png#only-dark" width="75%" alt="DEEL-LIP" align="center" />
3-
<img src="./assets/banner_dark_deellip.png#only-light" width="75%" alt="DEEL-LIP" align="center" />
2+
<img src="./assets/banner_dark_deellip.png#only-dark" width="75%" alt="DEEL-LIP" align="center" />
3+
<img src="./assets/banner_light_deellip.png#only-light" width="75%" alt="DEEL-LIP" align="center" />
44
</div>
55
<br>
66

@@ -112,8 +112,8 @@ More from the DEEL project:
112112

113113
- [Xplique](https://github.com/deel-ai/xplique) a Python library exclusively dedicated to explaining neural networks.
114114
- [Influenciae](https://github.com/deel-ai/influenciae) Python toolkit dedicated to computing influence values for the discovery of potentially problematic samples in a dataset.
115-
- [deel-torchlip](https://github.com/deel-ai/deel-torchlip) a Python library for training k-Lipschitz neural networks on PyTorch.
116-
- [oodeel](https://github.com/deel-ai/oodeel) a Python library for post-hoc deep OOD (Out-of-Distribution) detection on already trained neural network image classifiers
115+
- [deel-TorchLip](https://github.com/deel-ai/deel-torchlip) a Python library for training k-Lipschitz neural networks on PyTorch.
116+
- [Oodeel](https://github.com/deel-ai/oodeel) a Python library for post-hoc deep OOD (Out-of-Distribution) detection on already trained neural network image classifiers
117117
- [DEEL White paper](https://arxiv.org/abs/2103.10529) a summary of the DEEL team on the challenges of certifiable AI and the role of data quality, representativity and explainability for this purpose.
118118

119119
## 🙏 Acknowledgments

0 commit comments

Comments
 (0)