Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available:
1.54.0
metadata
title: Ai Summarisation
emoji: 🚀
colorFrom: pink
colorTo: indigo
sdk: streamlit
sdk_version: 1.32.2
app_file: app.py
pinned: false
license: apache-2.0
Argo AI Summarisation
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
Clone the repository:
git clone https://github.com/argonauts/ai-summarisation.gitNavigate to the project directory:
cd ai-summarisationInstall dependencies
pip install -r requirements.txt
Usage
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.
License
This project is licensed under the Apache License 2.0.