Update README.md
Browse files
README.md
CHANGED
|
@@ -10,5 +10,18 @@ pinned: false
|
|
| 10 |
license: apache-2.0
|
| 11 |
short_description: Jkg
|
| 12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
short_description: Jkg
|
| 12 |
---
|
| 13 |
+
# CodeT5 Code Assistant
|
| 14 |
+
A Gradio-based application that uses CodeT5 to generate or fetch code snippets.
|
| 15 |
+
|
| 16 |
+
## Features
|
| 17 |
+
1. Generate code based on text descriptions.
|
| 18 |
+
2. Fetch code snippets automatically from GitHub.
|
| 19 |
+
|
| 20 |
+
## How to Use
|
| 21 |
+
- Choose a task (Generate Code or Fetch Code).
|
| 22 |
+
- Enter input text or keyword.
|
| 23 |
+
- Specify programming language if necessary.
|
| 24 |
+
|
| 25 |
+
## Powered by Hugging Face and Gradio
|
| 26 |
|
| 27 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|