title emoji colorFrom colorTo sdk sdk_version app_file pinned license
Langchain Crash Course (Gradio)
🔗
yellow
indigo
gradio
4.20.0
app.py
false
mit

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

langchain crash course with gradio

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.