Skip to content

hacktiv8/genai-for-developer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenAI for Developer Course

Introduction

This is a material for GenAI for Developer Course. This course is designed to help developers to learn about AI and how to build AI applications. This course is designed for developers who have no experience in AI.

A Food Recipe LLM Service

Let's create a food recipe powered by LLM as a service. User able to search or query food name and the service will return the list of recipe with name, ingredients and instruction.

The purpose of this example is to dig more about parsing the output and produce the right output and structure using LangChain Output Parser.

GET /recipe?q=burger
[{name: "Cheese Burger", ingredients: [], instruction: ""}]

Example question

  • Blue cafe with a cozy atmosphere, a place to relax and enjoy a cup of coffee

About

Code for GenAI for Developer course to follow along

Resources

Stars

Watchers

Forks

Packages

No packages published