Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sujata-adhikari/cuisinecraft

Restaurant Name and Menu Generator using LLM, by Selecting Cuisine Category.
https://github.com/sujata-adhikari/cuisinecraft

langchain openai pycharm python streamlit

Last synced: 5 days ago
JSON representation

Restaurant Name and Menu Generator using LLM, by Selecting Cuisine Category.

Awesome Lists containing this project

README

        

# Restaurant Name and Menu

A user-friendly tool designed to find unique restaurant name according to cuisine and the craft menu for the same.

## Installation

1.Clone this repository to your local machine using:

```bash
git clone https://github.com/
```
2.Navigate to the project directory:

3. Install the required dependencies using pip:

```bash
pip install -r requirements.txt
```
4.Set up your OpenAI API key by creating a secret file in the project root and adding your API

```bash
OPENAI_API_KEY=your_api_key_here
```
## Usage/Examples

1. Run the Streamlit app by executing:
```bash
streamlit run main.py

```

## Project Structure

- main.py : The main Streamlit application script.
- main_langchain.py : main langchain file to process.
- key.py : file for storing your OpenAI API key.