Spaces:
Sleeping
Sleeping
| 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 |