+ +

Welcome to the DineDiscover!

Enter a natural language query describing the restaurant you're looking for (e.g., "cheap sushi near downtown LA open now"). The system uses an LLM to understand your request, queries the Foursquare Places API, and displays the results.

This application demonstrates using Python (FastAPI) for the backend API, an LLM for natural language processing, and React (with manual state management and API calls) for the frontend interface.