Metadata-Version: 2.4
Name: spacegen-by-veera
Version: 0.1.0
Summary: Professional Gradio application for converting Python code into deployable Hugging Face Spaces.
Author: Veerakumar C B
Project-URL: Homepage, https://huggingface.co/spaces/codeboosterstech/pydeploy-studio
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: gradio>=6.2.0
Requires-Dist: langchain-groq>=0.1.0
Requires-Dist: huggingface-hub>=0.20.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: nbconvert>=7.0.0
Requires-Dist: beautifulsoup4>=4.12.0
Requires-Dist: requests>=2.31.0
Requires-Dist: pillow>=10.0.0
Requires-Dist: markdown>=3.5.0
Requires-Dist: pyyaml>=6.0

---
title: Pydeploy Studio
emoji: 🔥
colorFrom: purple
colorTo: red
sdk: gradio
sdk_version: 6.2.0
app_file: app.py
pinned: false
---

# Hugging Face Space Creator

An enterprise-grade application for converting Python code into deployable Gradio web applications with one-click deployment to Hugging Face Spaces.

## Features

### 🚀 **Core Features**
- **AI-Powered Conversion**: Convert Python/Notebook code to complete Gradio apps using Groq's Llama 3.3
- **Enterprise-Grade UI**: Professional, responsive interface with step-by-step workflow
- **Individual File Downloads**: Download each component separately (app.py, requirements.txt, README.md)
- **One-Click Deployment**: Direct deployment to Hugging Face Spaces
- **Secure API Handling**: User-provided API keys with no storage

### 🛡️ **Security**
- User-managed API keys (Groq & Hugging Face)
- No key storage or logging
- Input validation and sanitization
- Secure file handling

### 📊 **Enterprise Ready**
- Modular architecture
- Comprehensive error handling
- Detailed logging
- Scalable design

## Installation

### Prerequisites
- Python 3.8 or higher
- Groq API Key (for conversion)
- Hugging Face Write Token (for deployment)

### Quick Start

1. Clone the repository:
```bash
git clone <repository-url>
cd huggingface-space-creator
