Chong-U Lim
Update readme
46109a1
|
raw
history blame
1.16 kB
metadata
title: Langchain Crash Course (Gradio)
emoji: πŸ”—
colorFrom: yellow
colorTo: indigo
sdk: gradio
sdk_version: 4.20.0
app_file: app.py
pinned: false
license: mit

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Introduction

This repository contains the code for generating a restaurant name and menu items based on an input cuisine. It makes use of LangChain and OpenAI's chatGPT API, along with Gradio to serve an application.

The original LangChain Crash Course For Beginners tutorial by @codebasics used an older version of LangChain and Streamlit for the app.

The code here uses updated libraries and Gradio in place of Streamlit.

Demo

You can play around with the demo app on this Hugging Face Space

Acknowledgements

The code is based on original tutorial series by @codebasics.