The Legal Document Summarizer is a Streamlit-based application that leverages OpenAI's API to process legal documents and generate summaries. It allows users to upload PDF files, processes the content, and provides a summarized version of the document without having Images.
- Python 3.11.5
- Pip package manager
-
Clone the repository:
git clone https://github.com/yourusername/legal-docs-summarizer.git
Navigate to the project directory:
cd legal-docs-summarizer
-
Install all the requirements using: pip install -r requirements.txt
-
run the application using: streamlit run main.py
Conclude your notes with [End of Notes, Message #X] to indicate completion, where "X" represents the total number of messages that I have sent. In other words, include a message counter where you start with #1 and add 1 to the message counter every time I send a message.