-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8d1921
commit 7087b7f
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# ai-summarizer | ||
AI tool that summarizes text from documents using Langchain's Open AI implementation | ||
An AI tool that summarizes text from documents using Langchain's Open AI implementation and Google Vertex AI. | ||
|
||
This tool is built with Langchain's Open AI implementation and Google Cloud AI API (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 together to achieve a seemingly good result! | ||
It is an experiment on how LLM works and how different models can be fused to achieve a seemingly good result! |