Nishan30's picture
Upload README.md with huggingface_hub
b25aaad verified

A newer version of the Gradio SDK is available: 6.1.0

Upgrade
metadata
title: n8n Workflow Generator
emoji: πŸš€
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.44.1
app_file: app.py
pinned: false
license: apache-2.0
models:
  - Nishan30/n8n-workflow-generator-qwen1.5b

πŸš€ n8n Workflow Generator

Generate n8n workflows using natural language! This app uses a fine-tuned Qwen2.5-Coder-1.5B model to automatically create n8n automation workflows from simple text descriptions.

🎯 Model Performance

  • Overall Score: 91.2% (657/720 points)
  • Grade: A - Production Ready! βœ…
  • Training Data: 2,736 curated workflow examples
  • Test Cases: 24 comprehensive tests across 7 patterns

πŸŽ“ How to Use

  1. Describe your workflow in plain English
  2. Click "Generate Workflow"
  3. Copy the generated code or n8n JSON
  4. Import into your n8n instance

πŸ“ Example Prompts

  • Create a webhook that sends data to Slack
  • Schedule that runs daily and backs up database to Google Drive
  • Webhook receives form data, validates email, saves to Airtable
  • Monitor RSS feed and post new items to Twitter

πŸ”§ Technical Details

  • Base Model: Qwen/Qwen2.5-Coder-1.5B-Instruct
  • Fine-tuning: LoRA (Low-Rank Adaptation)
  • Training: 2,462 train + 274 validation examples
  • Framework: Transformers + PEFT

πŸ€— Model Card

View full model card and details

πŸ“„ License

Apache 2.0