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.
- 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
- LangChain
- Google Gemini (Generative AI)
- Streamlit
- Python 3.9+
- Clone the repository
git clone https://github.com/your-username/restaurant-name-generator.git cd restaurant-name-generator
pip install -r requirements.txt
