Welcome to the beginnings of FestivAI – an AI-powered assistant designed to simplify the event planning process.
FestivAI is here to assist you in planning various aspects of your event. Whether you're organizing a birthday party, corporate gathering, or wedding, FestivAI can provide valuable suggestions based on your input.
- Get venue recommendations based on your event's theme, date, and location.
- Receive budget breakdowns based on your spending limits.
- Discover invitation theme ideas.
- Find places to purchase decorations.
- Get suggestions on where to order food based on preferences and budget.
FestivAI leverages OpenAI's powerful GPT-4 model to deliver personalized event planning assistance. To use FestivAI, you will need to have an OpenAI account on the paid plan tier and an API key.
-
Install the OpenAI Package
Ensure you have the required OpenAI package installed.- In VS Code, you can install it by running:
pip install openai
- In VS Code, you can install it by running:
-
Obtain Your API Key
- Visit OpenAI API Keys to generate your API key.
-
Add the API Key
- Once you have your API key, open the
main.py
file and replace"your-api-key"
with your actual API key. - Save the changes.
- Once you have your API key, open the
Once the setup is complete, you can run the Python file to start using FestivAI. In your terminal, navigate to the directory where main.py
is located and run:
python main.py
Now you're ready to start planning your event with FestivAI!