Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
6.6.0
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
.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.py
Then open the Gradio link in your browser
π¦ Requirements
gradio
openai
python-dotenv
(Already listed in requirements.txt)