CoolFace
Apppublic

afia1naseem2/Ideation_project

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
App README

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

Then open the Gradio link in your browser

๐Ÿ“ฆ Requirements

nginx
gradio
openai
python-dotenv

(Already listed in requirements.txt)