Spaces:
Running
Running
changed readme to refelct app
Browse files
README.md
CHANGED
@@ -1,13 +1,19 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: streamlit
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
10 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# CintraAI Code Chunker
|
|
|
1 |
---
|
2 |
+
title: CintraAI Code Chunker
|
3 |
+
emoji: 🧩
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: teal
|
6 |
sdk: streamlit
|
7 |
+
sdk_version: latest
|
8 |
app_file: app.py
|
9 |
+
pinned: true
|
10 |
license: mit
|
11 |
+
description: >
|
12 |
+
Cintra's Code Chunker is a novel open-source tool designed to enhance code readability and
|
13 |
+
maintainability by intelligently chunking code files based on key points of interest. This tool
|
14 |
+
leverages advanced parsing techniques to identify significant elements in your code, such as functions,
|
15 |
+
classes, and comments, to organize your codebase into manageable, easily understandable chunks. It's an
|
16 |
+
invaluable resource for applications such as RAG, code patching, and other use cases.
|
17 |
---
|
18 |
|
19 |
# CintraAI Code Chunker
|