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 months ago
JSON representation
LangChain Text Summarization and Image Generation
- Host: GitHub
- URL: https://github.com/ashot72/langchain-text-summarization-image-generaton
- Owner: Ashot72
- Created: 2023-05-15T19:16:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T06:35:55.000Z (about 3 years ago)
- Last Synced: 2025-09-03T11:39:18.244Z (9 months ago)
- Topics: chatgpt, langchain, langchain-js, large-language-models, replicate, stability-ai, texttoimage
- Language: TypeScript
- Homepage:
- Size: 1.38 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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