Spaces:
Running
Running
Pranav0111
commited on
Commit
•
6818696
1
Parent(s):
f1d9bcf
Update README.md
Browse files
README.md
CHANGED
@@ -8,5 +8,32 @@ sdk_version: 5.5.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
+
# AI Pickup Line Generator
|
12 |
+
|
13 |
+
A Hugging Face Spaces app that generates creative pickup lines using AI.
|
14 |
+
|
15 |
+
## Features
|
16 |
+
- Multiple pickup line styles (Classic, Nerdy, Flirty, Funny)
|
17 |
+
- Adjustable tone (Sweet, Funny, Sarcastic)
|
18 |
+
- Copy to clipboard functionality
|
19 |
+
- Clean, modern interface
|
20 |
+
|
21 |
+
## Setup
|
22 |
+
1. Clone this repository
|
23 |
+
2. Create a virtual environment and activate it
|
24 |
+
3. Install requirements:
|
25 |
+
```bash
|
26 |
+
pip install -r requirements.txt
|
27 |
+
```
|
28 |
+
4. Run the app:
|
29 |
+
```bash
|
30 |
+
python app.py
|
31 |
+
```
|
32 |
+
|
33 |
+
## Usage
|
34 |
+
1. Select your desired pickup line style
|
35 |
+
2. Choose the tone you want
|
36 |
+
3. Click "Generate Pickup Line"
|
37 |
+
4. Use the copy button to save your favorite lines
|
38 |
|
39 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|