Spaces:
Sleeping
Sleeping
| title: AI Pickup Line | |
| emoji: ๐ | |
| colorFrom: indigo | |
| colorTo: pink | |
| sdk: gradio | |
| sdk_version: 5.5.0 | |
| app_file: app.py | |
| pinned: false | |
| # AI Pickup Line Generator | |
| A Hugging Face Spaces app that generates creative pickup lines using AI. | |
| ## Features | |
| - Multiple pickup line styles (Classic, Nerdy, Flirty, Funny) | |
| - Adjustable tone (Sweet, Funny, Sarcastic) | |
| - Copy to clipboard functionality | |
| - Clean, modern interface | |
| ## Setup | |
| 1. Clone this repository | |
| 2. Create a virtual environment and activate it | |
| 3. Install requirements: | |
| ```bash | |
| pip install -r requirements.txt | |
| ``` | |
| 4. Run the app: | |
| ```bash | |
| python app.py | |
| ``` | |
| ## Usage | |
| 1. Select your desired pickup line style | |
| 2. Choose the tone you want | |
| 3. Click "Generate Pickup Line" | |
| 4. Use the copy button to save your favorite lines | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |