Spaces:
Sleeping
Sleeping
File size: 1,168 Bytes
207ad81 0853bbb e3d758a 0853bbb e3d758a 0853bbb e3d758a 0853bbb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
---
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
[](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. Clone the repository:
```shell
git clone https://github.com/argonauts/ai-summarisation.git
```
2. Navigate to the project directory:
```shell
cd ai-summarisation
```
3. 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. |