SumMeAI is a powerful application designed to simplify the process of text summarization and document analysis. With support for both Vietnamese and English texts, this application allows users to extract key information from a given text or uploaded files in various formats such as TXT and PDF.
For Vietnamese text summarization, SumMeAI supports two models:
For English text summarization, SumMeAI utilizes the OpenAI API and Langchain library, which is renowned for its ability to generate accurate and coherent summaries. Users can enter English text directly into the application or upload TXT/PDF files for summarization and chat with a virtual assistant to know more about their document.
git clone https://github.com/Johnx69/SumMeAI.git
.env file, add your personal OpenAI key in this website https://platform.openai.com/account/api-keysOPENAI_KEY=
cd SumMeAI
docker build -t summeai .
docker run -p 8000:8000 -d summeai
http://localhost:8000.Open the SumMeAI application in your web browser.
Enter text directly into the textarea for summarization, or click on the file upload button to upload a TXT or PDF file.
For Vietnamese text summarization, select the desired model from the options available. For English text summarization, the application will automatically use the OpenAI API.
Click on the "Submit" button to generate a summary of the text or uploaded document.
The summarization results will be displayed on the screen. You can scroll through the summary to quickly grasp the key points of the document.
If you have uploaded an English document, you can also interact with the virtual assistant by asking questions about the content. The virtual assistant will provide conversational responses based on the context of the document.
Contributions to SumMeAI are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue on the GitHub repository.
SumMeAI is licensed under the MIT License. You are free to use, modify, and distribute this software as per the terms of this license.
22 commits
Jupyter Notebook
68.5%
HTML
15.0%
Python
9.8%
CSS
6.4%
SumMeAI is a powerful application designed to simplify the process of text summarization and document analysis. With support for both Vietnamese and English texts, this application allows users to extract key information from a given text or uploaded files in various formats such as TXT and PDF.
For Vietnamese text summarization, SumMeAI supports two models:
For English text summarization, SumMeAI utilizes the OpenAI API and Langchain library, which is renowned for its ability to generate accurate and coherent summaries. Users can enter English text directly into the application or upload TXT/PDF files for summarization and chat with a virtual assistant to know more about their document.
git clone https://github.com/Johnx69/SumMeAI.git
.env file, add your personal OpenAI key in this website https://platform.openai.com/account/api-keysOPENAI_KEY=
cd SumMeAI
docker build -t summeai .
docker run -p 8000:8000 -d summeai
http://localhost:8000.Open the SumMeAI application in your web browser.
Enter text directly into the textarea for summarization, or click on the file upload button to upload a TXT or PDF file.
For Vietnamese text summarization, select the desired model from the options available. For English text summarization, the application will automatically use the OpenAI API.
Click on the "Submit" button to generate a summary of the text or uploaded document.
The summarization results will be displayed on the screen. You can scroll through the summary to quickly grasp the key points of the document.
If you have uploaded an English document, you can also interact with the virtual assistant by asking questions about the content. The virtual assistant will provide conversational responses based on the context of the document.
Contributions to SumMeAI are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue on the GitHub repository.
SumMeAI is licensed under the MIT License. You are free to use, modify, and distribute this software as per the terms of this license.
22 commits
Jupyter Notebook
68.5%
HTML
15.0%
Python
9.8%
CSS
6.4%