LangChain is de facto go to framework for building LLM (Large Language Model) based applications. It gains massive popularity lately for developers wanting to get into AI (Artificial Intelligence) and to build AI based applications.
I built very basic LangChain Node.js Text Summarization and Image Generation app using LLM (Large Language Model). We will summarize long texts and generate images from an animal story.
In my LangChain Documentation Helper app I talked about LangChain in detail.
To get started.
Clone the repository
git clone https://github.com/Ashot72/LangChain-Text-Summarization-Image-Generaton
cd LangChain-Text-Summarization-Image-Generaton
Add your keys to .env file
# installs dependencies
npm install
# to run locally
npm start
Go to LangChain Text Summarization and Image Generation Video page
Go to LangChain Text Summarization and Image Generation description page