Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.14 KB

File metadata and controls

37 lines (25 loc) · 1.14 KB

🍴 Restaurant Name & Menu Generator

An AI-powered Streamlit app that generates a restaurant name and menu items based on the selected cuisine.
It uses LangChain with Google Gemini (Generative AI) to create fancy restaurant names and suggest popular dishes.


🚀 Features

  • Generate a unique and fancy restaurant name
  • Suggest 5 popular menu items for the restaurant
  • Simple Streamlit web app interface
  • Supports multiple cuisines: Indian, Italian, Mexican, Arabian, American, Chinese, Thai

🛠️ Tech Stack


📸 Demo

---ChatGPT Image Sep 15, 2025, 11_00_09 PM

⚡ Installation

  1. Clone the repository
    git clone https://github.com/your-username/restaurant-name-generator.git
    cd restaurant-name-generator

⚡ Install dependencies

pip install -r requirements.txt