Skip to content

Shreyadiddi/CodeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

Generates code in Python. Built using LLM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors