Skip to content

Commit 88dea08

Browse files
authored
Update logo and badges in the README.md
1 parent effa2b9 commit 88dea08

File tree

1 file changed

+26
-11
lines changed

1 file changed

+26
-11
lines changed

README.md

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
1-
# CodeLLM-Devkit: A Python library for seamless interaction with CodeLLMs
2-
3-
![codellm-devkit logo](https://github.com/IBM/codellm-devkit/blob/main/docs/assets/cldk.png?raw=true)
4-
5-
[![arXiv](https://img.shields.io/badge/arXiv-2410.13007-b31b1b.svg)](https://arxiv.org/abs/2410.13007)
6-
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)
7-
[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
8-
[![Documentation](https://img.shields.io/badge/GitHub%20Pages-Docs-blue)](https://ibm.github.io/codellm-devkit/)
9-
[![PyPI version](https://badge.fury.io/py/cldk.svg)](https://badge.fury.io/py/cldk)
10-
[![Discord](https://img.shields.io/discord/1333486179667935403)](https://discord.gg/AzVaWFS7vh)
11-
1+
<picture>
2+
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/images/cldk-dark.png">
3+
<source media="(prefers-color-scheme: light)" srcset="docs/assets/images/cldk-light.png">
4+
<img src="docs/assets/img-light.png" alt="Logo">
5+
</picture>
6+
7+
<p align='center'>
8+
<a href="https://arxiv.org/abs/2410.13007">
9+
<img src="https://img.shields.io/badge/arXiv-2410.13007-b31b1b?style=flat-square" />
10+
</a>
11+
<a href="https://www.python.org/downloads/release/python-3110/">
12+
<img src="https://img.shields.io/badge/python-3.11-blue?style=flat-square" />
13+
</a>
14+
<a href="https://opensource.org/licenses/Apache-2.0">
15+
<img src="https://img.shields.io/badge/License-Apache%202.0-green?style=flat-square" />
16+
</a>
17+
<a href="https://ibm.github.io/codellm-devkit/">
18+
<img src="https://img.shields.io/badge/GitHub%20Pages-Docs-blue?style=flat-square" />
19+
</a>
20+
<a href="https://badge.fury.io/py/cldk">
21+
<img src="https://img.shields.io/pypi/v/cldk?style=flat-square&label=codellm-devkit&color=blue" />
22+
</a>
23+
<a href="https://discord.gg/zEjz9YrmqN">
24+
<img src="https://dcbadge.limes.pink/api/server/https://discord.gg/zEjz9YrmqN?style=flat-square"/>
25+
</a>
26+
</p>
1227

1328
Codellm-devkit (CLDK) is a multilingual program analysis framework that bridges the gap between traditional static analysis tools and Large Language Models (LLMs) specialized for code (CodeLLMs). Codellm-devkit allows developers to streamline the process of transforming raw code into actionable insights by providing a unified interface for integrating outputs from various analysis tools and preparing them for effective use by CodeLLMs.
1429

0 commit comments

Comments
 (0)