ideation-agent / README.md
afia1naseem2's picture
Update README.md
1c16165 verified

A newer version of the Gradio SDK is available: 6.6.0

Upgrade
metadata
title: Ideation Project
emoji: πŸŽ‰
colorFrom: purple
colorTo: pink
sdk: gradio
sdk_version: 4.27.0
app_file: app.py
pinned: false
license: mit

πŸŽ‰ iBoothMe Event Ideation App

This AI-powered tool helps experiential event planners generate creative, tech-enhanced event concepts using iBoothMe solutions such as:

  • πŸ“Έ AI Photo Booths
  • 🎧 Audio/Video Booths
  • 🧸 Personalized Giveaways
  • 🎯 Smart Vending Machines
  • 🎬 Immersive Storytelling

Built with Gradio for a fast and intuitive web UI, and powered by OpenAI GPT-4, it analyzes your event description and generates 6–7 unique, high-impact ideas tailored to your theme.


πŸš€ Features

  • πŸ” Extracts smart keywords from your event description
  • 🌐 Searches for similar inspiration online
  • 🧠 Generates original event ideas using GPT-4
  • 🎨 Easy-to-use Gradio web interface
  • πŸ›‘οΈ Automatically ignores sensitive data like .env and venv via .gitignore

πŸ› οΈ Setup Instructions

  1. Clone the Repository
git clone https://github.com/afianaseem/Ideation_project.git
cd Ideation_project
  1. Create and Activate a Virtual Environment
python -m venv venv
venv\Scripts\activate       # On Windows
# Or: source venv/bin/activate   # On Mac/Linux
  1. Install Requirements
pip install -r requirements.txt
  1. Add your OpenAI API Key Create a .env file in the root directory:
OPENAI_API_KEY=your_openai_key_here
  1. Run the App
python app.py

Then open the Gradio link in your browser

πŸ“¦ Requirements

gradio
openai
python-dotenv

(Already listed in requirements.txt)