Skip to content

Building an AI agent for summarizing documents

Notifications You must be signed in to change notification settings

MinLee0210/DoCo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

DoCo-Document Compressor

The project aims to develop an AI platform for extracting weighted features from documents by summarizing and gathering strong relational words.

📃 Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contact

👀 About the project

The project utilizes an advanced system using Large Language Models (LLMs) to automatically summarize various types of documents, including reports, news articles, and meeting transcripts. This project aims to help professionals quickly access key insights, trends, and significant events from extensive textual data, facilitating informed decision-making and improving efficiency across different fields.

Project Features:

  • Context-Aware Summarization: Capture and highlight relevant information.
  • Platform Integration: Seamlessly integrate with existing data platforms.
  • Sophisticated Sentiment Analysis: Accurately gauge sentiment in the text.

📊 Current status

⏳ On development

We apologize for any inconvenience caused as our project undergoes essential updates. During this period, you may experience disruptions or limited access to our services. We appreciate your patience and understanding as we work to enhance our system. Thank you for your continued support.

😚 Getting started

📁 Directory Structures

  | controller    # pipelines of promised tasks are defined here
  | doco          # define core functions
  | test          # place test cases
  .gitignore
  app.py
  TODO            # record what have been done and will be done
  requirements.txt
  README.md

🤓 Installation

  1. Cloning the project
  git clone https://github.com/MinLe0210/Doco
  cd Doco
  pip install -r requirements.txt
  1. Run streamlit app
  streamlit run app.py # to run the app

🎯 Roadmap

  • Automated Summarization and Extraction: Automatically summarize documents and extract important features.

  • Sophisticated Sentiment Analysis: Analyze documents to accurately gauge sentiment.

  • Real-Time Question Answering: Implement Retrieval-Augmented Generation (RAG) for real-time question-answering tasks.

📨 Contact me

Don't hesitate to contact me via:

About

Building an AI agent for summarizing documents

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages