A simple web app that generates Python code from natural language prompts using a Large Language Model (LLM). Built with Hugging Face Transformers and Gradio.
- ๐ง Generates clean, functional Python code from plain English
- โก Fast, lightweight model (
codegen-350M-multi) - ๐ฅ๏ธ Easy-to-use web interface with Gradio
- ๐งฐ Fully open-source and customizable
- Python
- Hugging Face Transformers
- Gradio
- PyTorch
git clone https://github.com/your-username/code-generator-app.git
cd code-generator-app
pip install -r requirements.txt
python app.py