EventQuoteAI is a Python-based AI application that generates personalized event quotations using large language models. It transforms event details and descriptions into meaningful, motivational quotes tailored to the user’s context.
The system focuses on AI-driven creative content generation rather than pricing or planning suggestions.
This project is an experimental implementation of an AI-powered quote generator for events such as:
- Weddings
- Corporate events
- Parties
- Conferences
Users provide event details, and the system generates structured quote responses.
📲 Available on Google Play Store:
Download InfiniQuote on Google Play
EventQuoteAI/
│── app.py # Main application script
│── new_app.py # Updated/experimental version of the app
│── test_app.py # Testing / alternative logic
- User inputs event details (type, size, requirements)
- The app sends the data to an AI model
- AI generates:
- Event breakdown
- Structured quote output
- Python 🐍
- OpenAI API (or similar LLM)
- Prompt Engineering
- Clone the repository:
git clone https://github.com/BusraRafa/EventQuoteAI.git
cd EventQuoteAI- Install dependencies:
pip install -r requirements.txt
- Set environment variables:
OPENAI_API_KEY=your_api_key_here
- app.py → stable version
- new_app.py → improved or modified version
- test_app.py → experimental/testing script