Update README.md
Browse filesAbout Us
Deci is on a mission to empower AI teams with advanced tools to remove development barriers and attain production-grade performance and efficient inference faster.
If you have questions, please feel free to reach out to us on Twitter, our website or join our Deep Learning Daily Discord community.
YOLO-NAS:
Open source Object Detection foundational model generated by Deci’s Neural Architecture Search Technology. YOLO-NAS is a game-changer in the world of object detection, providing superior real-time object detection capabilities and production-ready performance.
SuperGradients:
An open-source library for training PyTorch-based computer vision models. Developed by Deci’s deep learning experts for the benefit of the AI community. Use SuperGradients to boost performance with advanced techniques. Easily train or fine-tune SOTA computer vision models for all the main tasks with one training library.
Data Gradients:
DataGradients is an open-source Python-based library specifically designed for computer vision dataset analysis. It automatically extracts features from your datasets and combines them all into a single user-friendly report.
Deci Deep Learning Platform:
Simplify and accelerate the development of computer vision and NLP, and Generative AI applications with highly accurate and efficient foundation models and advanced tools to customize, optimize, and deploy them to production.
Deci is powered by groundbreaking Automated Neural Architecture Construction (AutoNAC™) technology. Deci’s AutoNAC™ engine democratizes the use of Neural Architecture Search for every organization and helps teams quickly generate fast, accurate, and efficient deep learning models.
@@ -1,10 +1,11 @@
|
|
1 |
---
|
2 |
title: README
|
3 |
emoji: 👀
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: static
|
7 |
pinned: false
|
|
|
8 |
---
|
9 |
|
10 |
-
Edit this `README.md` markdown file to author your organization card.
|
|
|
1 |
---
|
2 |
title: README
|
3 |
emoji: 👀
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: blue
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
+
license: apache-2.0
|
9 |
---
|
10 |
|
11 |
+
Edit this `README.md` markdown file to author your organization card.
|