This is a Flask application that utilizes the Transformers library for text summarization. A abstractive text summarizer specifically designed to summarize complex Terms and Conditions article.
- Python 3.9.2
- pip
-
Clone the repository:
git clone https://github.com/immohann/legal-summarizer.git
-
Navigate to the project directory:
cd legal-summarizer
-
Install requirements
pip install -r requirements.txt
-
Start the Flask application:
python app.py
You can also run the application using Docker. Follow these steps:
- Pull the Docker image:
docker pull immohannn/sux:latest
- Run the container:
docker run -d -p 5000:5000 immohannn/sux
- Access the application:
http://localhost:5000
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.