SynthGen / README.md
ReallyFloppyPenguin's picture
Update README.md
b7a2397 verified
---
title: Synthetic Data Generator
emoji: πŸš€
colorFrom: red
colorTo: blue
sdk: gradio
sdk_version: 5.23.3
app_file: app.py
pinned: true
license: apache-2.0
---
# Synthetic Text Generator using OpenRouter
This Space uses models available via [OpenRouter.ai](https://openrouter.ai/) to generate synthetic text based on user prompts.
## How to Use
1. **Enter a Prompt:** Describe the kind of text you want to generate in the "Prompt" field.
2. **Choose a Model:** Specify the OpenRouter Model ID (you can find available models on the OpenRouter website). Examples: `deepseek/deepseek-chat-v3-0324:free`, `openai/gpt-3.5-turbo`, `google/gemini-flash-1.5`.
3. **Set Number of Samples:** Choose how many variations you want.
4. **Click Generate:** View the results in the "Generated Samples" box.
The Space should now be able to authenticate with the OpenRouter API.