Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DesmondSanctity authored May 27, 2024
1 parent e8d1921 commit 7087b7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
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!

0 comments on commit 7087b7f

Please sign in to comment.