title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned | license |
---|---|---|---|---|---|---|---|---|
Ai Summarisation |
🚀 |
pink |
indigo |
streamlit |
1.32.2 |
app.py |
false |
apache-2.0 |
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.
-
Clone the repository:
git clone https://github.com/argonauts/ai-summarisation.git
-
Navigate to the project directory:
cd ai-summarisation
-
Install dependencies
pip install -r requirements.txt
To run the Argo AI Summarisation tool, execute the following command:
streamlit run app.py
This will start the Streamlit application and provide you with a web interface to interact with the summarisation tool.
This project is licensed under the Apache License 2.0.