Skip to content

Commit e05adc8

Browse files
authored
Update README.md
1 parent 9c4fdea commit e05adc8

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Commit0
22

3-
Commit0 is a from scratch AI coding challenge. Can you create a library from commit 0?
3+
<a href="https://commit-0.github.io/">Commit0</a> is a from scratch AI coding challenge. Can you create a library from commit 0?
4+
5+
<p align="center">
6+
<img src="docs/arch.png" width="500px">
7+
</p>
8+
9+
<p align="center">
10+
<a href="https://commit-0.github.io/">
11+
<img src="https://img.shields.io/badge/Read-Docs-green.svg"/>
12+
</a>
13+
</p>
14+
415

516
The benchmark consists of 57 core Python libraries. The challenge is to rebuild these libraries and pass their unit tests. All libraries have:
617

@@ -24,6 +35,10 @@ Commit0 provides several commands to facilitate the process of cloning, building
2435

2536
### Setup
2637

38+
<p align=center>
39+
<img src="docs/commit0.gif" width="500px">
40+
</p>
41+
2742
Use `commit0 setup [OPTIONS] REPO_SPLIT` to clone a repository split.
2843
Available options include:
2944

0 commit comments

Comments
 (0)