afia1naseem2/Ideation_project
0
๐ 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
.envandvenvvia.gitignore
๐ ๏ธ Setup Instructions
- Clone the Repository
git clone https://github.com/afianaseem/Ideation_project.git
cd Ideation_project- Create and Activate a Virtual Environment
python -m venv venv
venv\Scripts\activate # On Windows
# Or: source venv/bin/activate # On Mac/Linux- Install Requirements
pip install -r requirements.txt- Add your OpenAI API Key Create a .env file in the root directory:
OPENAI_API_KEY=your_openai_key_here- Run the App
python app.pyThen open the Gradio link in your browser
๐ฆ Requirements
gradio
openai
python-dotenv(Already listed in requirements.txt)
