Spaces:
Sleeping
Sleeping
metadata
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
- Clone this repository
- Install the required packages:
pip install -r requirements.txt
- Create a
.env
file in the root directory with your Google API key:GOOGLE_API_KEY=your_api_key_here
- Run the application:
streamlit run app.py
How to Use
- Enter your skills in the "Your Skills" text area
- Describe your product or service in the "Product/Service" text area
- (Optional) Expand the "Advanced Settings" section to customize your target audience and adjust the creativity level
- Click the "Generate Offer" button
- 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