Spaces:
Sleeping
Sleeping
feat: README.md
Browse files
README.md
CHANGED
@@ -4,19 +4,19 @@
|
|
4 |
|
5 |
## Description
|
6 |
|
7 |
-
Argo AI Summarisation
|
8 |
|
9 |
## Installation
|
10 |
|
11 |
1. Clone the repository:
|
12 |
|
13 |
```shell
|
14 |
-
git clone https://github.com/argonauts/
|
15 |
```
|
16 |
2. Navigate to the project directory:
|
17 |
|
18 |
```shell
|
19 |
-
cd
|
20 |
```
|
21 |
3. Install dependencies
|
22 |
|
|
|
4 |
|
5 |
## Description
|
6 |
|
7 |
+
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.
|
8 |
|
9 |
## Installation
|
10 |
|
11 |
1. Clone the repository:
|
12 |
|
13 |
```shell
|
14 |
+
git clone https://github.com/argonauts/ai-summarisation.git
|
15 |
```
|
16 |
2. Navigate to the project directory:
|
17 |
|
18 |
```shell
|
19 |
+
cd ai-summarisation
|
20 |
```
|
21 |
3. Install dependencies
|
22 |
|