Skip to content

Latest commit

Β 

History

History
33 lines (22 loc) Β· 701 Bytes

File metadata and controls

33 lines (22 loc) Β· 701 Bytes

CodeGenerator

πŸ’» Code Generator App using LLM

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.


πŸš€ Features

  • 🧠 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

πŸ› οΈ Tech Stack

  • Python
  • Hugging Face Transformers
  • Gradio
  • PyTorch

πŸ“¦ Installation

git clone https://github.com/your-username/code-generator-app.git
cd code-generator-app
pip install -r requirements.txt
python app.py