File size: 1,684 Bytes
cacbb3d
1c16165
 
 
 
cacbb3d
1c16165
cacbb3d
 
 
 
 
1c16165
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
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**
```bash
git clone https://github.com/afianaseem/Ideation_project.git
cd Ideation_project
```

2. Create and Activate a Virtual Environment
```bash
python -m venv venv
venv\Scripts\activate       # On Windows
# Or: source venv/bin/activate   # On Mac/Linux
```

3. Install Requirements
```bash
pip install -r requirements.txt
```

4. Add your OpenAI API Key
Create a .env file in the root directory:
```bash
OPENAI_API_KEY=your_openai_key_here
```

5. 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)