ferguch9 commited on
Commit
e3d758a
·
1 Parent(s): 0853bbb

feat: README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -4,19 +4,19 @@
4
 
5
  ## Description
6
 
7
- Argo AI Summarisation model 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/argo-ai-summarisation.git
15
  ```
16
  2. Navigate to the project directory:
17
 
18
  ```shell
19
- cd argo-ai-summarisation
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