Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashot72/langchain-text-summarization-image-generaton

LangChain Text Summarization and Image Generation
https://github.com/ashot72/langchain-text-summarization-image-generaton

chatgpt langchain langchain-js large-language-models replicate stability-ai texttoimage

Last synced: 3 days ago
JSON representation

LangChain Text Summarization and Image Generation

Awesome Lists containing this project

README

        

# LangChain Text Summarization and Image Generation

[LangChain](https://js.langchain.com/docs/) 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](https://github.com/Ashot72/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](https://youtu.be/7WcdW6EG2uY) page

Go to [LangChain Text Summarization and Image Generation description](https://ashot72.github.io/LangChain-Text-Summarization-Image-Generaton/doc.html) page