code-generator / README.md
jasvir-singh1021's picture
Update README.md
4cdd517 verified

A newer version of the Gradio SDK is available: 6.6.0

Upgrade
metadata
title: AI Code Generator
emoji: πŸ€–
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: 5.38.2
app_file: app.py
pinned: false
short_description: Generate code snippets from plain English prompts

Generate code snippets from natural language prompts using Hugging Face’s StarCoder model and Gradio UI.

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

πŸ€– AI Code Generator

Generate code snippets from plain English prompts using Hugging Face's StarCoder model and a clean Gradio UI.


✨ Features

  • Natural-language to code generation
  • Language selection: Python, JavaScript, Bash, HTML, Java, C++
  • Powered by bigcode/starcoder
  • Free and open-source

πŸ§ͺ Example Prompts

  • Print even numbers from 1 to 100
  • Connect to a database in Java
  • Build a responsive navbar in HTML
  • Make a bash script to backup a directory

πŸ”§ Tech Stack


πŸ“ Project Structure