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

# 🤖 GPT Code Explainer (OpenAI GPT-3.5)

This Streamlit app uses OpenAI GPT-3.5 to explain Python code in natural language.

## How to Use
1. Paste Python code.
2. Add your OpenAI API key as a secret in your Hugging Face Space (`OPENAI_API_KEY`).
3. Click "Explain" to get a step-by-step breakdown.