Spaces:
Build error
Build error
update readme
Browse files
README.md
CHANGED
@@ -31,18 +31,18 @@ graph TD;
|
|
31 |
## Features
|
32 |
|
33 |
- **Document Processing**: Extracts and processes text from various document formats including PDFs and Excel files.
|
34 |
-
- **
|
35 |
- **Thematic Analysis**: Breaks down responses into thematic categories, providing a percentage breakdown of themes.
|
36 |
- **Rate Limiting**: Ensures API requests are managed efficiently to comply with usage limits.
|
37 |
|
38 |
## Installation
|
39 |
|
40 |
-
To set up the project, ensure you have Python 3.
|
41 |
|
42 |
```bash
|
43 |
git clone https://github.com/cjber/planning-ai.git
|
44 |
cd planning_ai
|
45 |
-
pip install . (or uv sync)
|
46 |
```
|
47 |
|
48 |
## Usage
|
|
|
31 |
## Features
|
32 |
|
33 |
- **Document Processing**: Extracts and processes text from various document formats including PDFs and Excel files.
|
34 |
+
- **Summarisation**: Generates concise summaries of responses, highlighting key points and overall sentiment.
|
35 |
- **Thematic Analysis**: Breaks down responses into thematic categories, providing a percentage breakdown of themes.
|
36 |
- **Rate Limiting**: Ensures API requests are managed efficiently to comply with usage limits.
|
37 |
|
38 |
## Installation
|
39 |
|
40 |
+
To set up the project, ensure you have Python 3.12 installed. Then, clone the repository and install the required dependencies:
|
41 |
|
42 |
```bash
|
43 |
git clone https://github.com/cjber/planning-ai.git
|
44 |
cd planning_ai
|
45 |
+
pip install . # (or uv sync)
|
46 |
```
|
47 |
|
48 |
## Usage
|