Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Name Generator with GEMINI Pro

This project is a Streamlit application that generates restaurant names and menu items based on the selected cuisine type. The application leverages the Google Generative AI model gemini-pro via the LangChain library.

Table of Contents

Installation

To get started, you need to have Python installed on your system. Follow the steps below to set up the project:

  1. Clone the repository:

    git clone [https://github.com/yourusername/restaurant-name-generator.git](https://github.com/athul-22/Restaurant-name-generator/)
    cd restaurant-name-generator
  2. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate   # On Windows use `venv\Scripts\activate`
  3. Install the required packages:

    pip install -r requirements.txt
  4. Set up your Google API Key. You can do this by setting an environment variable or entering it when prompted:

    export GOOGLE_API_KEY="your_google_api_key"

Usage

Run the Streamlit app with the following command:

streamlit run main.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages