Skip to content

natke/aitinerary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This application:

  1. Uses Flask for rendering the web pages
  2. Has a form where users can input a city
  3. Submits the city to an OpenAI API endpoint to get a travel itinerary
  4. Displays the itinerary with checkboxes for each activity
  5. Includes error handling and loading states
  6. Uses a clean, modern design with CSS

To use this application:

  1. Install the required packages:

    pip install flask requests
  2. Set up your environment variables:

    export FLASK_APP=your_app.py
  3. Run the application:

    flask run
  4. Visit http://localhost:5000 in your browser to use the travel assistant.

  5. Install the Foundry Local SDK

  6. Add calls to Foundry Manager to download and cache models

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published