|
--- |
|
title: Mop |
|
emoji: 💬 |
|
colorFrom: yellow |
|
colorTo: purple |
|
sdk: gradio |
|
sdk_version: 5.0.1 |
|
app_file: app.py |
|
pinned: false |
|
license: apache-2.0 |
|
short_description: Jkg |
|
--- |
|
# CodeT5 Code Assistant |
|
A Gradio-based application that uses CodeT5 to generate or fetch code snippets. |
|
|
|
## Features |
|
1. Generate code based on text descriptions. |
|
2. Fetch code snippets automatically from GitHub. |
|
|
|
## How to Use |
|
- Choose a task (Generate Code or Fetch Code). |
|
- Enter input text or keyword. |
|
- Specify programming language if necessary. |
|
|
|
## Powered by Hugging Face and Gradio |
|
|
|
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). |