Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/desmondsanctity/ai-summarizer
AI tool that summarizes text from documents using VertexAI and/or Langchain's Open AI implementation
https://github.com/desmondsanctity/ai-summarizer
ai langchain llm ml openai summarization vertex-ai
Last synced: 14 days ago
JSON representation
AI tool that summarizes text from documents using VertexAI and/or Langchain's Open AI implementation
- Host: GitHub
- URL: https://github.com/desmondsanctity/ai-summarizer
- Owner: DesmondSanctity
- License: mit
- Created: 2023-08-04T12:26:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-27T11:23:18.000Z (8 months ago)
- Last Synced: 2024-11-06T19:53:32.866Z (2 months ago)
- Topics: ai, langchain, llm, ml, openai, summarization, vertex-ai
- Language: JavaScript
- Homepage:
- Size: 99.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ai-summarizer
An AI tool that summarizes text from documents using Langchain's Open AI implementation and Google Vertex AI.In the application which has a client and server side, It allows users to upload documents or paste text in a textbox, and mention the number of paragraphs they want the summary to have for AI to summarize them. The summary for documents uses Langchain's Open AI implementation while the texts use Google Vertex AI.
It is an experiment on how LLM works and how different models can be fused to achieve a seemingly good result!