Skip to content

Commit 9747a77

Browse files
authored
Merge pull request #216 from comet-ml/vincentkoc-patch-1
Update readme.md
2 parents cdef9f9 + c310781 commit 9747a77

File tree

1 file changed

+33
-31
lines changed

1 file changed

+33
-31
lines changed

readme.md

Lines changed: 33 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,49 @@
1-
<img src="https://www.comet.com/images/logo_comet_light.png" width="350" alt="Drawing" style="width: 350px;"/>
1+
<p align="center">
2+
<img src="https://www.comet.com/images/logo_comet_light.png" width="350" alt="Comet Logo" />
3+
</p>
24

3-
## Comet for Machine Learning Experiment Management
4-
**Our Misson:** Comet is doing for ML what GitHub did for code. We allow data science teams to automagically track their datasets, code changes, experimentation history and production models creating efficiency, transparency, and reproducibility.
5+
<p align="center">
6+
<strong>Tools for evaluating, monitoring, and understanding ML and LLM systems</strong>
7+
</p>
58

6-
We all strive to be data driven and yet every day valuable experiment results are lost and forgotten. Comet provides a dead simple way of fixing that. It works with any workflow, any ML task, any machine, and any piece of code.
9+
<p align="center">
10+
<a href="https://www.comet.com/docs">Documentation</a> |
11+
<a href="https://www.comet.com">Website</a> |
12+
<a href="https://github.com/comet-ml/opik">Opik</a> |
13+
<a href="https://modelcontextprotocol.io">MCP</a>
14+
</p>
715

8-
## Examples Repository
16+
Comet builds open tools and infrastructure to help teams ship better models. From ML experiment tracking to LLM tracing and context-aware agents, we support developers across the entire AI lifecycle.
917

10-
This repository contains examples of using Comet in many Machine Learning Python libraries, including fastai, torch, sklearn, chainer, caffe, keras, tensorflow, mxnet, Jupyter notebooks, and with just pre Python.
18+
---
1119

12-
If you don't see something you need, just let us know! See contact methods below.
20+
## Getting Started
1321

14-
## Documentation
15-
[![PyPI version](https://badge.fury.io/py/comet-ml.svg)](https://badge.fury.io/py/comet-ml)
22+
- 🔬 Explore [Opik](https://github.com/comet-ml/opik): Debug, trace, evaluate and monitor LLM apps and RAG pipelines
23+
- 📈 Use [Comet ML](https://www.comet.com): Track experiments, datasets, models, and monitor production ML
24+
- 🧪 Try real-world [Examples](https://github.com/comet-ml/comet-examples): Notebooks, integrations, and how-tos
25+
- ⚙️ Extend with [opik-mcp](https://github.com/comet-ml/opik-mcp): Opik + MCP integration for structured LLM evaluation
1626

17-
Full documentation and additional training examples are available on http://www.comet.com/docs/v2
27+
---
1828

19-
## Installation
29+
## Projects
2030

21-
- [Sign up for free!](https://www.comet.com/signup)
31+
- [opik](https://github.com/comet-ml/opik) – Open-source LLM evaluation & tracing framework
32+
- [comet-examples](https://github.com/comet-ml/comet-examples) – Tutorials, notebooks, and example pipelines
33+
- [opik-mcp](https://github.com/comet-ml/opik-mcp) – MCP-powered context and eval framework for Opik
2234

23-
- **Install Comet from PyPI:**
35+
---
2436

25-
```sh
26-
pip install comet_ml
27-
```
28-
Comet Python SDK is compatible with: __Python 3.5-3.13__.
37+
## Contributing
2938

30-
## Tutorials + Examples
39+
We welcome contributions of all kinds – code, docs, feedback, and examples.
40+
Start with any repo’s `README` and check out the open issues.
3141

32-
- [fastai](https://github.com/comet-ml/comet-examples/tree/master/integrations/model-training/fastai/)
33-
- [keras](https://github.com/comet-ml/comet-examples/tree/master/keras)
34-
- [pytorch](https://github.com/comet-ml/comet-examples/tree/master/pytorch)
35-
- [scikit](https://github.com/comet-ml/comet-examples/tree/master/integrations/model-training/scikit-learn)
36-
- [tensorflow](https://github.com/comet-ml/comet-examples/tree/master/tensorflow)
42+
Questions? Join us in [Slack](https://www.comet.com/slack).
3743

38-
## Support
39-
Have questions? We have answers -
40-
- Email us at <info@comet.com>
41-
- For the fastest response, ping us on [Slack](https://chat.comet.com/)
44+
---
4245

43-
**Want to request a feature?**
44-
We take feature requests through github at: https://github.com/comet-ml/issue-tracking
46+
## About
4547

46-
## Feature Spotlight
47-
Check out new product features and updates through our [Release Notes](https://www.comet.com/docs/v2/api-and-sdk/python-sdk/releases/). Also check out our [blog](https://www.comet.com/site/blog/).
48+
Comet is a platform built for ML and LLM developers.
49+
We help teams build, debug, and monitor AI systems with transparency and control.

0 commit comments

Comments
 (0)