File size: 456 Bytes
a5e4bcd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: Code Explainer 💡
emoji: 🧠
colorFrom: blue
colorTo: indigo
sdk: streamlit
sdk_version: "1.35.0"
app_file: streamlit_app.py
pinned: false
---

# 🧠 Code Explainer (CodeT5-small)

This app uses `Salesforce/codet5-small` to generate natural language explanations of Python code snippets.

## How to Use
1. Paste Python code in the input box.
2. Click "Explain".
3. View the AI-generated explanation powered by a summarization-trained model.