chatbot / README.md
Evan Lesmez
Make license unkown in modal card
49b9b9f
|
raw
history blame
1.02 kB
metadata
title: Chatbot
emoji: 🫑
colorFrom: green
colorTo: indigo
sdk: gradio
sdk_version: 3.23.0
app_file: chatbot/app.py
pinned: false
license: unknown

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