CoolFace
Apppublic

argodevops/ai-summarisation

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
1likes
App README

Argo AI Summarisation

![License](LICENSE)

Description

Argo AI Summarisation tool which performs basic text and audio summarisation. The data to be summarised can be ingested via different methods and configured to defined the minimum and maximum length of the summarised text. It is built using Streamlit and Huggingface libraries.

Installation

  1. 1.Clone the repository:
shell
   git clone https://github.com/argonauts/ai-summarisation.git
  1. 1.Navigate to the project directory:
shell
   cd ai-summarisation
  1. 1.Install dependencies
shell
   pip install -r requirements.txt

Usage

To run the Argo AI Summarisation tool, execute the following command:

shell
   streamlit run app.py

This will start the Streamlit application and provide you with a web interface to interact with the summarisation tool.

License

This project is licensed under the Apache License 2.0.