Skip to content

Commit 8422a90

Browse files
Update README.md
1 parent 92d6c11 commit 8422a90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ ConvAssist is built on [Pressagio](https://github.com/Poio-NLP/pressagio), that
1212

1313
ConvAssist contains language models based on specific Assistive and Augmentative Communication (AAC) datasets, and dialog datasets, tailored for day-to-day communication in our assistive usecase. These language models support both next word prediction and sentence completion for enabling near-real time communication with least amount of user effort and intervention.
1414

15-
<<<<<<< Updated upstream
1615
## Predictor Classes
1716

1817
### Sentence Completion Predictor
@@ -60,7 +59,7 @@ ConvAssist works with Python 3.12.x or greater. Create a virtual environment and
6059
```
6160
6261
This command activates the virtual environment created by Poetry.
63-
=======
62+
6463
## Installation and use
6564
ConvAssist works with Python 3.12.x or greater. Create a virtual environment and install the required packages. We provide a pyproject.toml file to assist, and use Poetry for package management.
6665
@@ -88,7 +87,6 @@ ConvAssist works with Python 3.12.x or greater. Create a virtual environment and
8887
```
8988

9089
This command activates the virtual environment created by Poetry.
91-
>>>>>>> Stashed changes
9290

9391
### Run
9492
We provide several demonstration apps to showcase how to use ConvAssist

0 commit comments

Comments
 (0)