Before you begin, ensure the following requirements are met:
- All packages listed in
requirements.txt
are installed. - The
OPENAI_API_KEY
is set up in a.env
file.
To start the program, navigate to the home folder and run the following command:
python main.py
-
Start the Program:
After running the program, the localhost address where the app is running will be displayed in the terminal. -
Open the App:
Open the localhost address in your browser. You will see the app's main page. -
Enter Your Trip Preferences:
Input your trip preferences in the text box (e.g., "I want a 5-day trip to Iceland with a budget of around $1500"). -
Plan Your Trip:
Click the "Plan My Trip" button. -
View the Result:
The system will automatically process your input and display the final result in the bottom section.
Enjoy planning your trip with PlanIt!