Skip to content

kaylynnw/personalized-restaurant-search

Repository files navigation

Personalized Restaurant Search

an autonomous AI agent

How to Run?

Create a .envfile with the following

GOOGLE_MAPS_API_KEY = "<google maps api key>"

Run the app

To install requirements: pip install -r requirements.txt

To run the app: python3 main.py

Endpoints

  1. POST /query with the following body:
{
    "address" : "2000 Central Dr Boulder, CO",
    "dietaryRestrictions" : "peanut allergy"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages