Skip to content

This app utilizes OpenAI APIs to generate schedules and help plan for large events. This includes planning large meetings, weddings, or vacations that often require a lot of planning and coordination.

License

Notifications You must be signed in to change notification settings

MichelleDomagala-Tang/OpenAI-Event-Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI Event Planner Application

This app utilizes OpenAI APIs to generate schedules and help plan for large events. This includes planning large meetings, weddings, or vacations that often require a lot of planning and coordination.

(Note that although OpenAI is integrated, the app is still under development)

Homepage

Motivation

After witnessing how difficult it is to plan large events like weddings or coorporate meetings, I saw an opportunity to make an app. This event planner application uses responses from OpenAI APIs to create a starting point, list what needs to be completed, and help create an itinerary for any type of event.

Running the Application

This application runs off Python (Flask). The following commands will run the application:

python -m venv venv
. venv/bin/activate
pip install -r requirements.txt
flask run

Note that a working OpenAI API Key is needed to run the application. A key can be added by following the OpenAI Documentation.

About

This app utilizes OpenAI APIs to generate schedules and help plan for large events. This includes planning large meetings, weddings, or vacations that often require a lot of planning and coordination.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published