File size: 1,518 Bytes
83207d8
05c5c1e
83207d8
 
 
 
05c5c1e
83207d8
 
 
 
 
 
3fe53b9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
title: Great Offer
emoji: 🚀
colorFrom: yellow
colorTo: gray
sdk: streamlit
sdk_version: 1.43.1
app_file: app.py
pinned: true
license: mit
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference# Great Offer Generator

A Streamlit web application that uses Google's Gemini AI to generate compelling offers based on your skills and services.

## Features

- Transform your skills into professional offers
- Customize your target audience
- Adjust creativity level for different outputs
- Beautiful, responsive UI

## Requirements

- Python 3.7+
- Streamlit
- Google Generative AI Python SDK
- Python-dotenv

## Setup

1. Clone this repository
2. Install the required packages:
   ```
   pip install -r requirements.txt
   ```
3. Create a `.env` file in the root directory with your Google API key:
   ```
   GOOGLE_API_KEY=your_api_key_here
   ```
4. Run the application:
   ```
   streamlit run app.py
   ```

## How to Use

1. Enter your skills in the "Your Skills" text area
2. Describe your product or service in the "Product/Service" text area
3. (Optional) Expand the "Advanced Settings" section to customize your target audience and adjust the creativity level
4. Click the "Generate Offer" button
5. View your generated offer

## Deployment

This app can be deployed on Streamlit Cloud, Hugging Face Spaces, or any other platform that supports Streamlit applications.

## License

MIT

## Acknowledgements

- Built with Streamlit
- Powered by Google Gemini AI