code-explainer-c / README.md
SandeepU's picture
Upload 3 files
bf2c260 verified
|
raw
history blame
437 Bytes
metadata
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-base Summarizer)

This app uses Salesforce/codet5-base-multi-sum, a model fine-tuned for code summarization.

How to Use

  1. Paste Python code in the input box.
  2. Click "Explain".
  3. View the AI-generated explanation of what the function does.