Skip to content

rishabbahal9/langchain-agents-demo

Repository files navigation

Langchain agents demo

AI recipe generator based on ingredients and cuisine

How to run the app

  1. Clone the repository
  2. Create .env file with the help of .env.example
  3. Run the following commands (Make sure Docker is installed & running)
docker build --tag langchain-demo . 
docker run -d -p 8000:5000 --rm langchain-demo
  1. Open the browser and go to http://localhost:8000

About

A simple AI recipe creator project made on langchain demoing agents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors