Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ashot72/langchain-text-summarization-image-generaton
- Owner: Ashot72
- Created: 2023-05-15T19:16:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-16T06:35:55.000Z (over 1 year ago)
- Last Synced: 2024-11-08T03:23:42.967Z (about 2 months ago)
- Topics: chatgpt, langchain, langchain-js, large-language-models, replicate, stability-ai, texttoimage
- Language: TypeScript
- Homepage:
- Size: 1.38 MB
- Stars: 10
- Watchers: 2
- 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 repositorygit clone https://github.com/Ashot72/LangChain-Text-Summarization-Image-Generaton
cd LangChain-Text-Summarization-Image-GeneratonAdd 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