cjber commited on
Commit
bb35b21
·
1 Parent(s): dd3d8bd

update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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
- - **Summarization**: 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.8 or higher 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
 
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