Cobalt commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,25 +7,26 @@ Cobalt is a toolkit for illuminating and improving AI models and data.
|
|
| 7 |
|
| 8 |
---
|
| 9 |
|
| 10 |
-
##
|
| 11 |
|
| 12 |
-
The time you have to understand and fix your model’s errors is limited, expensive, and hard to scale to the size of your dataset. Cobalt automates the otherwise painful step of looking for patterns in how your models are performing. We're here to make
|
| 13 |
|
| 14 |
---
|
| 15 |
|
| 16 |
-
##
|
| 17 |
|
| 18 |
Create a new virtual environment and install Cobalt with pip:
|
|
|
|
| 19 |
```bash
|
| 20 |
pip install cobalt-ai
|
| 21 |
-
|
| 22 |
-
---
|
| 23 |
|
| 24 |
Then register your copy of Cobalt by opening a Python shell and running:
|
| 25 |
|
| 26 |
```python
|
| 27 |
import cobalt
|
| 28 |
cobalt.register_license()
|
|
|
|
| 29 |
|
| 30 |
See the [setup instructions](https://docs.cobalt.bluelightai.com/setup.html) for more details.
|
| 31 |
|
|
@@ -45,15 +46,16 @@ See the [setup instructions](https://docs.cobalt.bluelightai.com/setup.html) for
|
|
| 45 |
|
| 46 |
---
|
| 47 |
|
| 48 |
-
##
|
| 49 |
|
| 50 |
- [Full Documentation](https://docs.cobalt.bluelightai.com)
|
| 51 |
- [Example: Choosing the Best Embedding Model for Your E-commerce Vector Database](#)
|
| 52 |
|
|
|
|
|
|
|
| 53 |
## Community
|
| 54 |
|
| 55 |
- **Slack**: [Join the BlueLightAI Community](https://join.slack.com/t/bluelightaicommunity/shared_invite/zt-2uj0iu5lh-5WgutuwH82RxAOwuq8ptqg)
|
| 56 |
- **Website**: [BlueLightAI](https://bluelightai.com/)
|
| 57 |
- **LinkedIn**: [BlueLightAI on LinkedIn](https://www.linkedin.com/company/bluelightai/)
|
| 58 |
- **YouTube**: [BlueLightAI on YouTube](https://www.youtube.com/@bluelightai-il6mc)
|
| 59 |
-
|
|
|
|
| 7 |
|
| 8 |
---
|
| 9 |
|
| 10 |
+
## Why Cobalt?
|
| 11 |
|
| 12 |
+
The time you have to understand and fix your model’s errors is limited, expensive, and hard to scale to the size of your dataset. Cobalt automates the otherwise painful step of looking for patterns in how your models are performing. We're here to make topological data analysis (TDA) easy to use.
|
| 13 |
|
| 14 |
---
|
| 15 |
|
| 16 |
+
## Get Started
|
| 17 |
|
| 18 |
Create a new virtual environment and install Cobalt with pip:
|
| 19 |
+
|
| 20 |
```bash
|
| 21 |
pip install cobalt-ai
|
| 22 |
+
```
|
|
|
|
| 23 |
|
| 24 |
Then register your copy of Cobalt by opening a Python shell and running:
|
| 25 |
|
| 26 |
```python
|
| 27 |
import cobalt
|
| 28 |
cobalt.register_license()
|
| 29 |
+
```
|
| 30 |
|
| 31 |
See the [setup instructions](https://docs.cobalt.bluelightai.com/setup.html) for more details.
|
| 32 |
|
|
|
|
| 46 |
|
| 47 |
---
|
| 48 |
|
| 49 |
+
## Documentation
|
| 50 |
|
| 51 |
- [Full Documentation](https://docs.cobalt.bluelightai.com)
|
| 52 |
- [Example: Choosing the Best Embedding Model for Your E-commerce Vector Database](#)
|
| 53 |
|
| 54 |
+
---
|
| 55 |
+
|
| 56 |
## Community
|
| 57 |
|
| 58 |
- **Slack**: [Join the BlueLightAI Community](https://join.slack.com/t/bluelightaicommunity/shared_invite/zt-2uj0iu5lh-5WgutuwH82RxAOwuq8ptqg)
|
| 59 |
- **Website**: [BlueLightAI](https://bluelightai.com/)
|
| 60 |
- **LinkedIn**: [BlueLightAI on LinkedIn](https://www.linkedin.com/company/bluelightai/)
|
| 61 |
- **YouTube**: [BlueLightAI on YouTube](https://www.youtube.com/@bluelightai-il6mc)
|
|
|