chatbot / README.md
Evan Lesmez
Add hface yaml to readme.md
3b8df9e
|
raw
history blame
1.01 kB
metadata
title: Chatbot
emoji: 🫑
colorFrom: green
colorTo: indigo
sdk: gradio
sdk_version: 3.23.0
app_file: chatbot/app.py
pinned: false
license: null

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