chatbot / README.md
Evan Lesmez
Add quickstart to README.md
25d6a39
|
raw
history blame
861 Bytes

Vegan Recipe Chatbot

Screenshot of Chatbot initial interface

Quickstart

git clone the repo

cd lv-recipe-chatbot

Install Python poetry for dependency management.

poetry install

Put API secrets in .env

cp .env.example .env
# edit .env with your secret key(s). Only OPEN_AI_KEY is required.

One option is to enter the poetry environment.

poetry shell

Then start the Gradio demo.

python app.py

Useful links