Contract Optimization AI is a Streamlit web application designed to analyze contract files using AI. The app provides insights into key terms, potential risks, and optimization suggestions by leveraging OpenAI’s language model. Users can upload contract files and receive a detailed analysis with interactive features for easy review and download.
- Contract Analysis: Automatically extracts key terms, potential risks, and optimization suggestions from uploaded contracts.
- Language Detection: Identifies the language of the contract and processes it accordingly.
- Interactive Results: View analysis results in expandable sections for key terms, potential risks, and optimization suggestions.
- Download Option: Download the full analysis as a text file.
To run this app locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/redaak/Contract_Optimization.git cd Contract_Optimization